Color Hex Logo

#cc108a Color Hex

#CC108A
(204,16,138)
0 Favorites   0 Comments

Color spaces of #cc108a

RGB 20416138
HSL0.890.850.43
HSV321°92°80°
CMYK 0.000.920.32   0.20
XYZ29.674615.042925.3843
Yxy15.04290.42330.2146
Hunter Lab38.785268.6966-11.6548
CIE-Lab45.692973.2795-16.7255

#cc108a color RGB value is (204,16,138).

#cc108a hex color red value is 204, green value is 16 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cc108a hue: 0.89 , saturation: 0.85 and the lightness value of cc108a is 0.43.

The process color (four color CMYK) of #cc108a color hex is 0.00, 0.92, 0.32, 0.20. Web safe color of #cc108a is #cc0099. Color #cc108a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010000 10001010
Octal 314 20 212
Decimal 204 16 138
Hex CC 10 8A

RGB Percentages of Color #cc108a

%56.98
%4.47
%38.55

CMYK Percentages of Color #cc108a

%0
%92
%32
%20

Triadic Colors of #cc108a

#cc108a #8acc10 #108acc

Analogous Colors of #cc108a

#cc108a #cc102c #b010cc

Monochromatic Colors of #cc108a

#cc108a

Complementary Color

#cc108a #10cc52

#cc108a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc108a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc108a Color CSS Codes

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

#cc108a Text Font Color

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

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


#cc108a Background Color

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

This div background color is #cc108a


#cc108a Border Color

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

This div border color is #cc108a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,16,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 #cc108a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc108a


Comments

No comments written yet.

Please login to write comment.