Color Hex Logo

#cc266e Color Hex

#CC266E
(204,38,110)
0 Favorites   0 Comments

Color spaces of #cc266e

RGB 20438110
HSL0.930.690.47
HSV334°81°80°
CMYK 0.000.810.46   0.20
XYZ28.409415.349416.2172
Yxy15.34940.47370.2559
Hunter Lab39.178360.87382.8827
CIE-Lab46.109166.59471.0693

#cc266e color RGB value is (204,38,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100110 01101110
Octal 314 46 156
Decimal 204 38 110
Hex CC 26 6E

RGB Percentages of Color #cc266e

%57.95
%10.80
%31.25

CMYK Percentages of Color #cc266e

%0
%81
%46
%20

Triadic Colors of #cc266e

#cc266e #6ecc26 #266ecc

Analogous Colors of #cc266e

#cc266e #cc3126 #cc26c1

Monochromatic Colors of #cc266e

#cc266e

Complementary Color

#cc266e #26cc84

#cc266e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc266e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc266e Color CSS Codes

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

#cc266e Text Font Color

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

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


#cc266e Background Color

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

This div background color is #cc266e


#cc266e Border Color

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

This div border color is #cc266e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc266e


Comments

No comments written yet.

Please login to write comment.