Color Hex Logo

#d865ca Color Hex

#D865CA
(216,101,202)
0 Favorites   0 Comments

Color spaces of #d865ca

RGB 216101202
HSL0.850.600.62
HSV307°53°85°
CMYK 0.000.530.06   0.15
XYZ43.633328.170659.0149
Yxy28.17060.33350.2153
Hunter Lab53.076053.8603-28.7710
CIE-Lab60.042657.9424-31.9583

#d865ca color RGB value is (216,101,202).

#d865ca hex color red value is 216, green value is 101 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d865ca hue: 0.85 , saturation: 0.60 and the lightness value of d865ca is 0.62.

The process color (four color CMYK) of #d865ca color hex is 0.00, 0.53, 0.06, 0.15. Web safe color of #d865ca is #cc66cc. Color #d865ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100101 11001010
Octal 330 145 312
Decimal 216 101 202
Hex D8 65 CA

RGB Percentages of Color #d865ca

%41.62
%19.46
%38.92

CMYK Percentages of Color #d865ca

%0
%53
%6
%15

Triadic Colors of #d865ca

#d865ca #cad865 #65cad8

Analogous Colors of #d865ca

#d865ca #d86591 #ad65d8

Monochromatic Colors of #d865ca

#d865ca

Complementary Color

#d865ca #65d873

#d865ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d865ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d865ca Color CSS Codes

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

#d865ca Text Font Color

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

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


#d865ca Background Color

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

This div background color is #d865ca


#d865ca Border Color

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

This div border color is #d865ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,101,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d865ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d865ca;
  -webkit-box-shadow: 1px 1px 3px 2px #d865ca;
  box-shadow:         1px 1px 3px 2px #d865ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,101,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d865ca


Comments

No comments written yet.

Please login to write comment.