Color Hex Logo

#c00abb Color Hex

#C00ABB
(192,10,187)
0 Favorites   0 Comments

Color spaces of #c00abb

RGB 19210187
HSL0.840.900.40
HSV302°95°75°
CMYK 0.000.950.03   0.25
XYZ30.816415.011448.2870
Yxy15.01140.32740.1595
Hunter Lab38.744574.1713-46.7714
CIE-Lab45.649877.7610-46.2249

#c00abb color RGB value is (192,10,187).

#c00abb hex color red value is 192, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c00abb hue: 0.84 , saturation: 0.90 and the lightness value of c00abb is 0.40.

The process color (four color CMYK) of #c00abb color hex is 0.00, 0.95, 0.03, 0.25. Web safe color of #c00abb is #cc00cc. Color #c00abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001010 10111011
Octal 300 12 273
Decimal 192 10 187
Hex C0 A BB

RGB Percentages of Color #c00abb

%49.36
%2.57
%48.07

CMYK Percentages of Color #c00abb

%0
%95
%3
%25

Triadic Colors of #c00abb

#c00abb #bbc00a #0abbc0

Analogous Colors of #c00abb

#c00abb #c00a60 #6a0ac0

Monochromatic Colors of #c00abb

#c00abb

Complementary Color

#c00abb #0ac00f

#c00abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00abb Color CSS Codes

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

#c00abb Text Font Color

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

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


#c00abb Background Color

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

This div background color is #c00abb


#c00abb Border Color

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

This div border color is #c00abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,10,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c00abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c00abb;
  -webkit-box-shadow: 1px 1px 3px 2px #c00abb;
  box-shadow:         1px 1px 3px 2px #c00abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,10,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00abb


Comments

No comments written yet.

Please login to write comment.