Color Hex Logo

#d02ccc Color Hex

#D02CCC
(208,44,204)
0 Favorites   0 Comments

Color spaces of #d02ccc

RGB 20844204
HSL0.840.650.49
HSV301°79°82°
CMYK 0.000.790.02   0.18
XYZ37.812219.570958.9114
Yxy19.57090.32510.1683
Hunter Lab44.239075.1502-47.9869
CIE-Lab51.348677.4391-46.8526

#d02ccc color RGB value is (208,44,204).

#d02ccc hex color red value is 208, green value is 44 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d02ccc hue: 0.84 , saturation: 0.65 and the lightness value of d02ccc is 0.49.

The process color (four color CMYK) of #d02ccc color hex is 0.00, 0.79, 0.02, 0.18. Web safe color of #d02ccc is #cc33cc. Color #d02ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101100 11001100
Octal 320 54 314
Decimal 208 44 204
Hex D0 2C CC

RGB Percentages of Color #d02ccc

%45.61
%9.65
%44.74

CMYK Percentages of Color #d02ccc

%0
%79
%2
%18

Triadic Colors of #d02ccc

#d02ccc #ccd02c #2cccd0

Analogous Colors of #d02ccc

#d02ccc #d02c7a #822cd0

Monochromatic Colors of #d02ccc

#d02ccc

Complementary Color

#d02ccc #2cd030

#d02ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02ccc Color CSS Codes

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

#d02ccc Text Font Color

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

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


#d02ccc Background Color

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

This div background color is #d02ccc


#d02ccc Border Color

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

This div border color is #d02ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,44,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d02ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d02ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #d02ccc;
  box-shadow:         1px 1px 3px 2px #d02ccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,44,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02ccc


Comments

No comments written yet.

Please login to write comment.