Color Hex Logo

#cc258b Color Hex

#CC258B
(204,37,139)
0 Favorites   0 Comments

Color spaces of #cc258b

RGB 20437139
HSL0.900.690.47
HSV323°82°80°
CMYK 0.000.820.32   0.20
XYZ30.223616.024625.9262
Yxy16.02460.41880.2220
Hunter Lab40.030764.7155-10.3781
CIE-Lab47.006769.6953-15.3300

#cc258b color RGB value is (204,37,139).

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

The process color (four color CMYK) of #cc258b color hex is 0.00, 0.82, 0.32, 0.20. Web safe color of #cc258b is #cc3399. Color #cc258b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100101 10001011
Octal 314 45 213
Decimal 204 37 139
Hex CC 25 8B

RGB Percentages of Color #cc258b

%53.68
%9.74
%36.58

CMYK Percentages of Color #cc258b

%0
%82
%32
%20

Triadic Colors of #cc258b

#cc258b #8bcc25 #258bcc

Analogous Colors of #cc258b

#cc258b #cc2538 #ba25cc

Monochromatic Colors of #cc258b

#cc258b

Complementary Color

#cc258b #25cc66

#cc258b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc258b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc258b Color CSS Codes

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

#cc258b Text Font Color

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

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


#cc258b Background Color

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

This div background color is #cc258b


#cc258b Border Color

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

This div border color is #cc258b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc258b


Comments

No comments written yet.

Please login to write comment.