Color Hex Logo

#cc268f Color Hex

#CC268F
(204,38,143)
0 Favorites   0 Comments

Color spaces of #cc268f

RGB 20438143
HSL0.890.690.47
HSV322°81°80°
CMYK 0.000.810.30   0.20
XYZ30.552916.206827.5045
Yxy16.20680.41140.2182
Hunter Lab40.257765.0187-12.3272
CIE-Lab47.244669.9049-17.3859

#cc268f color RGB value is (204,38,143).

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

The process color (four color CMYK) of #cc268f color hex is 0.00, 0.81, 0.30, 0.20. Web safe color of #cc268f is #cc3399. Color #cc268f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100110 10001111
Octal 314 46 217
Decimal 204 38 143
Hex CC 26 8F

RGB Percentages of Color #cc268f

%52.99
%9.87
%37.14

CMYK Percentages of Color #cc268f

%0
%81
%30
%20

Triadic Colors of #cc268f

#cc268f #8fcc26 #268fcc

Analogous Colors of #cc268f

#cc268f #cc263c #b626cc

Monochromatic Colors of #cc268f

#cc268f

Complementary Color

#cc268f #26cc63

#cc268f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc268f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc268f Color CSS Codes

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

#cc268f Text Font Color

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

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


#cc268f Background Color

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

This div background color is #cc268f


#cc268f Border Color

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

This div border color is #cc268f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc268f


Comments

No comments written yet.

Please login to write comment.