Color Hex Logo

#d85cca Color Hex

#D85CCA
(216,92,202)
0 Favorites   0 Comments

Color spaces of #d85cca

RGB 21692202
HSL0.850.610.60
HSV307°57°85°
CMYK 0.000.570.06   0.15
XYZ42.806726.517558.7393
Yxy26.51750.33430.2071
Hunter Lab51.495158.2663-31.5841
CIE-Lab58.525062.0322-34.3205

#d85cca color RGB value is (216,92,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011100 11001010
Octal 330 134 312
Decimal 216 92 202
Hex D8 5C CA

RGB Percentages of Color #d85cca

%42.35
%18.04
%39.61

CMYK Percentages of Color #d85cca

%0
%57
%6
%15

Triadic Colors of #d85cca

#d85cca #cad85c #5ccad8

Analogous Colors of #d85cca

#d85cca #d85c8c #a85cd8

Monochromatic Colors of #d85cca

#d85cca

Complementary Color

#d85cca #5cd86a

#d85cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85cca Color CSS Codes

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

#d85cca Text Font Color

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

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


#d85cca Background Color

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

This div background color is #d85cca


#d85cca Border Color

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

This div border color is #d85cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85cca


Comments

No comments written yet.

Please login to write comment.