Color Hex Logo

#d868ca Color Hex

#D868CA
(216,104,202)
0 Favorites   0 Comments

Color spaces of #d868ca

RGB 216104202
HSL0.850.590.63
HSV308°52°85°
CMYK 0.000.520.06   0.15
XYZ43.929928.763859.1137
Yxy28.76380.33330.2182
Hunter Lab53.631952.3536-27.8078
CIE-Lab60.572656.5297-31.1354

#d868ca color RGB value is (216,104,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101000 11001010
Octal 330 150 312
Decimal 216 104 202
Hex D8 68 CA

RGB Percentages of Color #d868ca

%41.38
%19.92
%38.70

CMYK Percentages of Color #d868ca

%0
%52
%6
%15

Triadic Colors of #d868ca

#d868ca #cad868 #68cad8

Analogous Colors of #d868ca

#d868ca #d86892 #ae68d8

Monochromatic Colors of #d868ca

#d868ca

Complementary Color

#d868ca #68d876

#d868ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d868ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d868ca Color CSS Codes

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

#d868ca Text Font Color

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

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


#d868ca Background Color

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

This div background color is #d868ca


#d868ca Border Color

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

This div border color is #d868ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d868ca


Comments

No comments written yet.

Please login to write comment.