Color Hex Logo

#cc246b Color Hex

#CC246B
(204,36,107)
0 Favorites   0 Comments

Color spaces of #cc246b

RGB 20436107
HSL0.930.700.47
HSV335°82°80°
CMYK 0.000.820.48   0.20
XYZ28.186615.160715.3506
Yxy15.16070.48020.2583
Hunter Lab38.936761.07823.8810
CIE-Lab45.853566.82012.5517

#cc246b color RGB value is (204,36,107).

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

The process color (four color CMYK) of #cc246b color hex is 0.00, 0.82, 0.48, 0.20. Web safe color of #cc246b is #cc3366. Color #cc246b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100100 01101011
Octal 314 44 153
Decimal 204 36 107
Hex CC 24 6B

RGB Percentages of Color #cc246b

%58.79
%10.37
%30.84

CMYK Percentages of Color #cc246b

%0
%82
%48
%20

Triadic Colors of #cc246b

#cc246b #6bcc24 #246bcc

Analogous Colors of #cc246b

#cc246b #cc3124 #cc24bf

Monochromatic Colors of #cc246b

#cc246b

Complementary Color

#cc246b #24cc85

#cc246b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc246b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc246b Color CSS Codes

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

#cc246b Text Font Color

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

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


#cc246b Background Color

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

This div background color is #cc246b


#cc246b Border Color

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

This div border color is #cc246b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc246b


Comments

No comments written yet.

Please login to write comment.