Color Hex Logo

#d76efd Color Hex

#D76EFD
(215,110,253)
0 Favorites   0 Comments

Color spaces of #d76efd

RGB 215110253
HSL0.790.970.71
HSV284°57°99°
CMYK 0.150.570.00   0.01
XYZ51.329932.690896.5331
Yxy32.69080.28430.1811
Hunter Lab57.175960.1914-60.0794
CIE-Lab63.909862.7360-54.3576

#d76efd color RGB value is (215,110,253).

#d76efd hex color red value is 215, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d76efd hue: 0.79 , saturation: 0.97 and the lightness value of d76efd is 0.71.

The process color (four color CMYK) of #d76efd color hex is 0.15, 0.57, 0.00, 0.01. Web safe color of #d76efd is #cc66ff. Color #d76efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101110 11111101
Octal 327 156 375
Decimal 215 110 253
Hex D7 6E FD

RGB Percentages of Color #d76efd

%37.20
%19.03
%43.77

CMYK Percentages of Color #d76efd

%15
%57
%0
%1

Triadic Colors of #d76efd

#d76efd #fdd76e #6efdd7

Analogous Colors of #d76efd

#d76efd #fd6edc #906efd

Monochromatic Colors of #d76efd

#d76efd

Complementary Color

#d76efd #94fd6e

#d76efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76efd Color CSS Codes

.mybgcolor {background-color:#d76efd; } 
.myforecolor {color:#d76efd; }
.mybordercolor {border:3px solid #d76efd; }

#d76efd Text Font Color

<p style="color:#d76efd">Text here</p>

This sample text font color is #d76efd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d76efd Background Color

<div style="background-color:#d76efd">
Div content here</div>

This div background color is #d76efd


#d76efd Border Color

<div style="border:3px solid #d76efd">
Div here</div>

This div border color is #d76efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,110,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d76efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d76efd;
  -webkit-box-shadow: 1px 1px 3px 2px #d76efd;
  box-shadow:         1px 1px 3px 2px #d76efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,110,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d76efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d76efd;
  -webkit-box-shadow: 1px 1px 3px 2px #d76efd;
  box-shadow:         1px 1px 3px 2px #d76efd;">
Div content here</div>

This div box has shadow with color #d76efd

Related Colors


Comments

No comments written yet.

Please login to write comment.