Color Hex Logo

#cc264e Color Hex

#CC264E
(204,38,78)
0 Favorites   0 Comments

Color spaces of #cc264e

RGB 2043878
HSL0.960.690.47
HSV346°81°80°
CMYK 0.000.810.62   0.20
XYZ26.970114.77378.6378
Yxy14.77370.53530.2932
Hunter Lab38.436657.985513.5814
CIE-Lab45.322764.240719.7922

#cc264e color RGB value is (204,38,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100110 01001110
Octal 314 46 116
Decimal 204 38 78
Hex CC 26 4E

RGB Percentages of Color #cc264e

%63.75
%11.88
%24.38

CMYK Percentages of Color #cc264e

%0
%81
%62
%20

Triadic Colors of #cc264e

#cc264e #4ecc26 #264ecc

Analogous Colors of #cc264e

#cc264e #cc5126 #cc26a1

Monochromatic Colors of #cc264e

#cc264e

Complementary Color

#cc264e #26cca4

#cc264e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc264e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc264e Color CSS Codes

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

#cc264e Text Font Color

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

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


#cc264e Background Color

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

This div background color is #cc264e


#cc264e Border Color

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

This div border color is #cc264e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc264e


Comments

No comments written yet.

Please login to write comment.