Color Hex Logo

#cc267a Color Hex

#CC267A
(204,38,122)
0 Favorites   0 Comments

Color spaces of #cc267a

RGB 20438122
HSL0.920.690.47
HSV330°81°80°
CMYK 0.000.810.40   0.20
XYZ29.107815.628719.8948
Yxy15.62870.45040.2418
Hunter Lab39.533262.2445-2.1641
CIE-Lab46.483567.6980-5.7595

#cc267a color RGB value is (204,38,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100110 01111010
Octal 314 46 172
Decimal 204 38 122
Hex CC 26 7A

RGB Percentages of Color #cc267a

%56.04
%10.44
%33.52

CMYK Percentages of Color #cc267a

%0
%81
%40
%20

Triadic Colors of #cc267a

#cc267a #7acc26 #267acc

Analogous Colors of #cc267a

#cc267a #cc2627 #cb26cc

Monochromatic Colors of #cc267a

#cc267a

Complementary Color

#cc267a #26cc78

#cc267a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc267a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc267a Color CSS Codes

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

#cc267a Text Font Color

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

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


#cc267a Background Color

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

This div background color is #cc267a


#cc267a Border Color

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

This div border color is #cc267a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc267a


Comments

No comments written yet.

Please login to write comment.