Color Hex Logo

#d65cdc Color Hex

#D65CDC
(214,92,220)
0 Favorites   0 Comments

Color spaces of #d65cdc

RGB 21492220
HSL0.830.650.61
HSV297°58°86°
CMYK 0.030.580.00   0.14
XYZ44.477027.117770.6002
Yxy27.11770.31280.1907
Hunter Lab52.074761.3263-43.9301
CIE-Lab59.083164.5482-43.6523

#d65cdc color RGB value is (214,92,220).

#d65cdc hex color red value is 214, green value is 92 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d65cdc hue: 0.83 , saturation: 0.65 and the lightness value of d65cdc is 0.61.

The process color (four color CMYK) of #d65cdc color hex is 0.03, 0.58, 0.00, 0.14. Web safe color of #d65cdc is #cc66cc. Color #d65cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011100 11011100
Octal 326 134 334
Decimal 214 92 220
Hex D6 5C DC

RGB Percentages of Color #d65cdc

%40.68
%17.49
%41.83

CMYK Percentages of Color #d65cdc

%3
%58
%0
%14

Triadic Colors of #d65cdc

#d65cdc #dcd65c #5cdcd6

Analogous Colors of #d65cdc

#d65cdc #dc5ca2 #965cdc

Monochromatic Colors of #d65cdc

#d65cdc

Complementary Color

#d65cdc #62dc5c

#d65cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65cdc Color CSS Codes

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

#d65cdc Text Font Color

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

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


#d65cdc Background Color

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

This div background color is #d65cdc


#d65cdc Border Color

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

This div border color is #d65cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65cdc


Comments

No comments written yet.

Please login to write comment.