Color Hex Logo

#c036ab Color Hex

#C036AB
(192,54,171)
0 Favorites   0 Comments

Color spaces of #c036ab

RGB 19254171
HSL0.860.560.48
HSV309°72°75°
CMYK 0.000.720.11   0.25
XYZ30.408116.785140.1652
Yxy16.78510.34810.1921
Hunter Lab40.969660.7878-29.4471
CIE-Lab47.988166.1583-33.1123

#c036ab color RGB value is (192,54,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110110 10101011
Octal 300 66 253
Decimal 192 54 171
Hex C0 36 AB

RGB Percentages of Color #c036ab

%46.04
%12.95
%41.01

CMYK Percentages of Color #c036ab

%0
%72
%11
%25

Triadic Colors of #c036ab

#c036ab #abc036 #36abc0

Analogous Colors of #c036ab

#c036ab #c03666 #9036c0

Monochromatic Colors of #c036ab

#c036ab

Complementary Color

#c036ab #36c04b

#c036ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c036ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c036ab Color CSS Codes

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

#c036ab Text Font Color

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

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


#c036ab Background Color

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

This div background color is #c036ab


#c036ab Border Color

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

This div border color is #c036ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c036ab


Comments

No comments written yet.

Please login to write comment.