Color Hex Logo

#cc238a Color Hex

#CC238A
(204,35,138)
0 Favorites   0 Comments

Color spaces of #cc238a

RGB 20435138
HSL0.900.710.47
HSV323°83°80°
CMYK 0.000.830.32   0.20
XYZ30.090315.874425.5229
Yxy15.87440.42090.2221
Hunter Lab39.842765.0834-10.0908
CIE-Lab46.809370.0441-15.0243

#cc238a color RGB value is (204,35,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100011 10001010
Octal 314 43 212
Decimal 204 35 138
Hex CC 23 8A

RGB Percentages of Color #cc238a

%54.11
%9.28
%36.60

CMYK Percentages of Color #cc238a

%0
%83
%32
%20

Triadic Colors of #cc238a

#cc238a #8acc23 #238acc

Analogous Colors of #cc238a

#cc238a #cc2335 #ba23cc

Monochromatic Colors of #cc238a

#cc238a

Complementary Color

#cc238a #23cc65

#cc238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc238a Color CSS Codes

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

#cc238a Text Font Color

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

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


#cc238a Background Color

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

This div background color is #cc238a


#cc238a Border Color

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

This div border color is #cc238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc238a


Comments

No comments written yet.

Please login to write comment.