Color Hex Logo

#d65fdc Color Hex

#D65FDC
(214,95,220)
0 Favorites   0 Comments

Color spaces of #d65fdc

RGB 21495220
HSL0.830.640.62
HSV297°57°86°
CMYK 0.030.570.00   0.14
XYZ44.742027.647970.6886
Yxy27.64790.31270.1932
Hunter Lab52.581359.8705-42.9007
CIE-Lab59.569363.2220-42.8863

#d65fdc color RGB value is (214,95,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011111 11011100
Octal 326 137 334
Decimal 214 95 220
Hex D6 5F DC

RGB Percentages of Color #d65fdc

%40.45
%17.96
%41.59

CMYK Percentages of Color #d65fdc

%3
%57
%0
%14

Triadic Colors of #d65fdc

#d65fdc #dcd65f #5fdcd6

Analogous Colors of #d65fdc

#d65fdc #dc5fa4 #985fdc

Monochromatic Colors of #d65fdc

#d65fdc

Complementary Color

#d65fdc #65dc5f

#d65fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65fdc Color CSS Codes

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

#d65fdc Text Font Color

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

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


#d65fdc Background Color

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

This div background color is #d65fdc


#d65fdc Border Color

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

This div border color is #d65fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,95,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 #d65fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65fdc


Comments

No comments written yet.

Please login to write comment.