Color Hex Logo

#c040ab Color Hex

#C040AB
(192,64,171)
0 Favorites   0 Comments

Color spaces of #c040ab

RGB 19264171
HSL0.860.500.50
HSV310°67°75°
CMYK 0.000.670.11   0.25
XYZ30.922317.813540.3366
Yxy17.81350.34720.2000
Hunter Lab42.206056.9176-27.1196
CIE-Lab49.269162.5536-31.1074

#c040ab color RGB value is (192,64,171).

#c040ab hex color red value is 192, green value is 64 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c040ab hue: 0.86 , saturation: 0.50 and the lightness value of c040ab is 0.50.

The process color (four color CMYK) of #c040ab color hex is 0.00, 0.67, 0.11, 0.25. Web safe color of #c040ab is #cc3399. Color #c040ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000000 10101011
Octal 300 100 253
Decimal 192 64 171
Hex C0 40 AB

RGB Percentages of Color #c040ab

%44.96
%14.99
%40.05

CMYK Percentages of Color #c040ab

%0
%67
%11
%25

Triadic Colors of #c040ab

#c040ab #abc040 #40abc0

Analogous Colors of #c040ab

#c040ab #c0406b #9540c0

Monochromatic Colors of #c040ab

#c040ab

Complementary Color

#c040ab #40c055

#c040ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c040ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c040ab Color CSS Codes

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

#c040ab Text Font Color

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

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


#c040ab Background Color

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

This div background color is #c040ab


#c040ab Border Color

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

This div border color is #c040ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c040ab


Comments

No comments written yet.

Please login to write comment.