Color Hex Logo

#c064ab Color Hex

#C064AB
(192,100,171)
0 Favorites   0 Comments

Color spaces of #c064ab

RGB 192100171
HSL0.870.420.57
HSV314°48°75°
CMYK 0.000.480.11   0.25
XYZ33.646123.261141.2446
Yxy23.26110.34280.2370
Hunter Lab48.229840.1233-16.9421
CIE-Lab55.340346.1992-21.7097

#c064ab color RGB value is (192,100,171).

#c064ab hex color red value is 192, green value is 100 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c064ab hue: 0.87 , saturation: 0.42 and the lightness value of c064ab is 0.57.

The process color (four color CMYK) of #c064ab color hex is 0.00, 0.48, 0.11, 0.25. Web safe color of #c064ab is #cc6699. Color #c064ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100100 10101011
Octal 300 144 253
Decimal 192 100 171
Hex C0 64 AB

RGB Percentages of Color #c064ab

%41.47
%21.60
%36.93

CMYK Percentages of Color #c064ab

%0
%48
%11
%25

Triadic Colors of #c064ab

#c064ab #abc064 #64abc0

Analogous Colors of #c064ab

#c064ab #c0647d #a764c0

Monochromatic Colors of #c064ab

#c064ab

Complementary Color

#c064ab #64c079

#c064ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c064ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c064ab Color CSS Codes

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

#c064ab Text Font Color

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

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


#c064ab Background Color

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

This div background color is #c064ab


#c064ab Border Color

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

This div border color is #c064ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c064ab


Comments

No comments written yet.

Please login to write comment.