Color Hex Logo

#cc367a Color Hex

#CC367A
(204,54,122)
0 Favorites   0 Comments

Color spaces of #cc367a

RGB 20454122
HSL0.920.600.51
HSV333°74°80°
CMYK 0.000.740.40   0.20
XYZ29.733916.880820.1035
Yxy16.88080.44570.2530
Hunter Lab41.086357.2786-0.2502
CIE-Lab48.109563.0889-3.3516

#cc367a color RGB value is (204,54,122).

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

The process color (four color CMYK) of #cc367a color hex is 0.00, 0.74, 0.40, 0.20. Web safe color of #cc367a is #cc3366. Color #cc367a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 01111010
Octal 314 66 172
Decimal 204 54 122
Hex CC 36 7A

RGB Percentages of Color #cc367a

%53.68
%14.21
%32.11

CMYK Percentages of Color #cc367a

%0
%74
%40
%20

Triadic Colors of #cc367a

#cc367a #7acc36 #367acc

Analogous Colors of #cc367a

#cc367a #cc3d36 #cc36c5

Monochromatic Colors of #cc367a

#cc367a

Complementary Color

#cc367a #36cc88

#cc367a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc367a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc367a Color CSS Codes

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

#cc367a Text Font Color

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

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


#cc367a Background Color

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

This div background color is #cc367a


#cc367a Border Color

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

This div border color is #cc367a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc367a


Comments

No comments written yet.

Please login to write comment.