Color Hex Logo

#cc155f Color Hex

#CC155F
(204,21,95)
0 Favorites   0 Comments

Color spaces of #cc155f

RGB 2042195
HSL0.930.810.44
HSV336°90°80°
CMYK 0.000.900.53   0.20
XYZ27.235614.199912.1319
Yxy14.19990.50840.2651
Hunter Lab37.682863.06797.2896
CIE-Lab44.518368.78268.1024

#cc155f color RGB value is (204,21,95).

#cc155f hex color red value is 204, green value is 21 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cc155f hue: 0.93 , saturation: 0.81 and the lightness value of cc155f is 0.44.

The process color (four color CMYK) of #cc155f color hex is 0.00, 0.90, 0.53, 0.20. Web safe color of #cc155f is #cc0066. Color #cc155f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010101 01011111
Octal 314 25 137
Decimal 204 21 95
Hex CC 15 5F

RGB Percentages of Color #cc155f

%63.75
%6.56
%29.69

CMYK Percentages of Color #cc155f

%0
%90
%53
%20

Triadic Colors of #cc155f

#cc155f #5fcc15 #155fcc

Analogous Colors of #cc155f

#cc155f #cc2615 #cc15bb

Monochromatic Colors of #cc155f

#cc155f

Complementary Color

#cc155f #15cc82

#cc155f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc155f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc155f Color CSS Codes

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

#cc155f Text Font Color

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

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


#cc155f Background Color

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

This div background color is #cc155f


#cc155f Border Color

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

This div border color is #cc155f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc155f


Comments

No comments written yet.

Please login to write comment.