Color Hex Logo

#d65fdd Color Hex

#D65FDD
(214,95,221)
0 Favorites   0 Comments

Color spaces of #d65fdd

RGB 21495221
HSL0.820.650.62
HSV297°57°87°
CMYK 0.030.570.00   0.13
XYZ44.874927.701071.3883
Yxy27.70100.31170.1924
Hunter Lab52.631760.0872-43.5772
CIE-Lab59.617663.3983-43.3724

#d65fdd color RGB value is (214,95,221).

#d65fdd hex color red value is 214, green value is 95 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d65fdd hue: 0.82 , saturation: 0.65 and the lightness value of d65fdd is 0.62.

The process color (four color CMYK) of #d65fdd color hex is 0.03, 0.57, 0.00, 0.13. Web safe color of #d65fdd is #cc66cc. Color #d65fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011111 11011101
Octal 326 137 335
Decimal 214 95 221
Hex D6 5F DD

RGB Percentages of Color #d65fdd

%40.38
%17.92
%41.70

CMYK Percentages of Color #d65fdd

%3
%57
%0
%13

Triadic Colors of #d65fdd

#d65fdd #ddd65f #5fddd6

Analogous Colors of #d65fdd

#d65fdd #dd5fa5 #975fdd

Monochromatic Colors of #d65fdd

#d65fdd

Complementary Color

#d65fdd #66dd5f

#d65fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65fdd Color CSS Codes

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

#d65fdd Text Font Color

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

This sample text font color is #d65fdd
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.


#d65fdd Background Color

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

This div background color is #d65fdd


#d65fdd Border Color

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

This div border color is #d65fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,95,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d65fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d65fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #d65fdd;
  box-shadow:         1px 1px 3px 2px #d65fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,95,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65fdd


Comments

No comments written yet.

Please login to write comment.