Color Hex Logo

#cc10ba Color Hex

#CC10BA
(204,16,186)
0 Favorites   0 Comments

Color spaces of #cc10ba

RGB 20416186
HSL0.850.850.43
HSV306°92°80°
CMYK 0.000.920.09   0.20
XYZ33.950116.753147.8987
Yxy16.75310.34430.1699
Hunter Lab40.930676.4295-40.7323
CIE-Lab47.947479.1269-41.8535

#cc10ba color RGB value is (204,16,186).

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

The process color (four color CMYK) of #cc10ba color hex is 0.00, 0.92, 0.09, 0.20. Web safe color of #cc10ba is #cc00cc. Color #cc10ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010000 10111010
Octal 314 20 272
Decimal 204 16 186
Hex CC 10 BA

RGB Percentages of Color #cc10ba

%50.25
%3.94
%45.81

CMYK Percentages of Color #cc10ba

%0
%92
%9
%20

Triadic Colors of #cc10ba

#cc10ba #bacc10 #10bacc

Analogous Colors of #cc10ba

#cc10ba #cc105c #8010cc

Monochromatic Colors of #cc10ba

#cc10ba

Complementary Color

#cc10ba #10cc22

#cc10ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc10ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc10ba Color CSS Codes

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

#cc10ba Text Font Color

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

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


#cc10ba Background Color

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

This div background color is #cc10ba


#cc10ba Border Color

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

This div border color is #cc10ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc10ba


Comments

No comments written yet.

Please login to write comment.