Color Hex Logo

#d83cca Color Hex

#D83CCA
(216,60,202)
0 Favorites   0 Comments

Color spaces of #d83cca

RGB 21660202
HSL0.850.670.54
HSV305°72°85°
CMYK 0.000.720.06   0.15
XYZ40.595422.094958.0022
Yxy22.09490.33640.1831
Hunter Lab47.005271.8999-40.2574
CIE-Lab54.127674.2704-41.2185

#d83cca color RGB value is (216,60,202).

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

The process color (four color CMYK) of #d83cca color hex is 0.00, 0.72, 0.06, 0.15. Web safe color of #d83cca is #cc33cc. Color #d83cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111100 11001010
Octal 330 74 312
Decimal 216 60 202
Hex D8 3C CA

RGB Percentages of Color #d83cca

%45.19
%12.55
%42.26

CMYK Percentages of Color #d83cca

%0
%72
%6
%15

Triadic Colors of #d83cca

#d83cca #cad83c #3ccad8

Analogous Colors of #d83cca

#d83cca #d83c7c #983cd8

Monochromatic Colors of #d83cca

#d83cca

Complementary Color

#d83cca #3cd84a

#d83cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83cca Color CSS Codes

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

#d83cca Text Font Color

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

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


#d83cca Background Color

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

This div background color is #d83cca


#d83cca Border Color

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

This div border color is #d83cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83cca


Comments

No comments written yet.

Please login to write comment.