Color Hex Logo

#c071ab Color Hex

#C071AB
(192,113,171)
0 Favorites   0 Comments

Color spaces of #c071ab

RGB 192113171
HSL0.880.390.60
HSV316°41°75°
CMYK 0.000.410.11   0.25
XYZ34.994025.957041.6939
Yxy25.95700.34090.2529
Hunter Lab50.948033.4450-12.8571
CIE-Lab57.996239.4126-17.6540

#c071ab color RGB value is (192,113,171).

#c071ab hex color red value is 192, green value is 113 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c071ab hue: 0.88 , saturation: 0.39 and the lightness value of c071ab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110001 10101011
Octal 300 161 253
Decimal 192 113 171
Hex C0 71 AB

RGB Percentages of Color #c071ab

%40.34
%23.74
%35.92

CMYK Percentages of Color #c071ab

%0
%41
%11
%25

Triadic Colors of #c071ab

#c071ab #abc071 #71abc0

Analogous Colors of #c071ab

#c071ab #c07184 #ae71c0

Monochromatic Colors of #c071ab

#c071ab

Complementary Color

#c071ab #71c086

#c071ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c071ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c071ab Color CSS Codes

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

#c071ab Text Font Color

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

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


#c071ab Background Color

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

This div background color is #c071ab


#c071ab Border Color

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

This div border color is #c071ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c071ab


Comments

No comments written yet.

Please login to write comment.