Color Hex Logo

#cc155d Color Hex

#CC155D
(204,21,93)
0 Favorites   0 Comments

Color spaces of #cc155d

RGB 2042193
HSL0.930.810.44
HSV336°90°80°
CMYK 0.000.900.54   0.20
XYZ27.145814.164011.6591
Yxy14.16400.51250.2674
Hunter Lab37.635162.88887.9769
CIE-Lab44.467268.63999.2812

#cc155d color RGB value is (204,21,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010101 01011101
Octal 314 25 135
Decimal 204 21 93
Hex CC 15 5D

RGB Percentages of Color #cc155d

%64.15
%6.60
%29.25

CMYK Percentages of Color #cc155d

%0
%90
%54
%20

Triadic Colors of #cc155d

#cc155d #5dcc15 #155dcc

Analogous Colors of #cc155d

#cc155d #cc2815 #cc15b9

Monochromatic Colors of #cc155d

#cc155d

Complementary Color

#cc155d #15cc84

#cc155d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc155d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc155d Color CSS Codes

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

#cc155d Text Font Color

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

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


#cc155d Background Color

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

This div background color is #cc155d


#cc155d Border Color

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

This div border color is #cc155d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc155d


Comments

No comments written yet.

Please login to write comment.