Color Hex Logo

#cc36b2 Color Hex

#CC36B2
(204,54,178)
0 Favorites   0 Comments

Color spaces of #cc36b2

RGB 20454178
HSL0.860.600.51
HSV310°74°80°
CMYK 0.000.740.13   0.20
XYZ34.256918.690143.9215
Yxy18.69010.35360.1929
Hunter Lab43.232065.7866-29.9731
CIE-Lab50.322669.9543-33.4261

#cc36b2 color RGB value is (204,54,178).

#cc36b2 hex color red value is 204, green value is 54 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #cc36b2 hue: 0.86 , saturation: 0.60 and the lightness value of cc36b2 is 0.51.

The process color (four color CMYK) of #cc36b2 color hex is 0.00, 0.74, 0.13, 0.20. Web safe color of #cc36b2 is #cc3399. Color #cc36b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 10110010
Octal 314 66 262
Decimal 204 54 178
Hex CC 36 B2

RGB Percentages of Color #cc36b2

%46.79
%12.39
%40.83

CMYK Percentages of Color #cc36b2

%0
%74
%13
%20

Triadic Colors of #cc36b2

#cc36b2 #b2cc36 #36b2cc

Analogous Colors of #cc36b2

#cc36b2 #cc3667 #9b36cc

Monochromatic Colors of #cc36b2

#cc36b2

Complementary Color

#cc36b2 #36cc50

#cc36b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc36b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc36b2 Color CSS Codes

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

#cc36b2 Text Font Color

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

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


#cc36b2 Background Color

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

This div background color is #cc36b2


#cc36b2 Border Color

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

This div border color is #cc36b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc36b2


Comments

No comments written yet.

Please login to write comment.