Color Hex Logo

#c1008a Color Hex

#C1008A
(193,0,138)
0 Favorites   0 Comments

Color spaces of #c1008a

RGB 1930138
HSL0.881.000.38
HSV317°100°76°
CMYK 0.001.000.28   0.24
XYZ26.579813.172425.1864
Yxy13.17240.40930.2028
Hunter Lab36.293867.2105-15.7392
CIE-Lab43.021972.5653-21.0100

#c1008a color RGB value is (193,0,138).

#c1008a hex color red value is 193, green value is 0 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c1008a hue: 0.88 , saturation: 1.00 and the lightness value of c1008a is 0.38.

The process color (four color CMYK) of #c1008a color hex is 0.00, 1.00, 0.28, 0.24. Web safe color of #c1008a is #cc0099. Color #c1008a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000000 10001010
Octal 301 0 212
Decimal 193 0 138
Hex C1 0 8A

RGB Percentages of Color #c1008a

%58.31
%0.00
%41.69

CMYK Percentages of Color #c1008a

%0
%100
%28
%24

Triadic Colors of #c1008a

#c1008a #8ac100 #008ac1

Analogous Colors of #c1008a

#c1008a #c10029 #9800c1

Monochromatic Colors of #c1008a

#c1008a

Complementary Color

#c1008a #00c137

#c1008a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1008a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1008a Color CSS Codes

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

#c1008a Text Font Color

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

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


#c1008a Background Color

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

This div background color is #c1008a


#c1008a Border Color

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

This div border color is #c1008a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1008a


Comments

No comments written yet.

Please login to write comment.