Color Hex Logo

#d65fcd Color Hex

#D65FCD
(214,95,205)
0 Favorites   0 Comments

Color spaces of #d65fcd

RGB 21495205
HSL0.850.590.61
HSV305°56°84°
CMYK 0.000.560.04   0.16
XYZ42.843226.888360.6895
Yxy26.88830.32850.2062
Hunter Lab51.853956.7374-33.0949
CIE-Lab58.870860.6508-35.5066

#d65fcd color RGB value is (214,95,205).

#d65fcd hex color red value is 214, green value is 95 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d65fcd hue: 0.85 , saturation: 0.59 and the lightness value of d65fcd is 0.61.

The process color (four color CMYK) of #d65fcd color hex is 0.00, 0.56, 0.04, 0.16. Web safe color of #d65fcd is #cc66cc. Color #d65fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011111 11001101
Octal 326 137 315
Decimal 214 95 205
Hex D6 5F CD

RGB Percentages of Color #d65fcd

%41.63
%18.48
%39.88

CMYK Percentages of Color #d65fcd

%0
%56
%4
%16

Triadic Colors of #d65fcd

#d65fcd #cdd65f #5fcdd6

Analogous Colors of #d65fcd

#d65fcd #d65f92 #a45fd6

Monochromatic Colors of #d65fcd

#d65fcd

Complementary Color

#d65fcd #5fd668

#d65fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65fcd Color CSS Codes

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

#d65fcd Text Font Color

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

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


#d65fcd Background Color

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

This div background color is #d65fcd


#d65fcd Border Color

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

This div border color is #d65fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65fcd


Comments

No comments written yet.

Please login to write comment.