Color Hex Logo

#c051ab Color Hex

#C051AB
(192,81,171)
0 Favorites   0 Comments

Color spaces of #c051ab

RGB 19281171
HSL0.860.470.54
HSV311°58°75°
CMYK 0.000.580.11   0.25
XYZ32.031320.031640.7063
Yxy20.03160.34530.2159
Hunter Lab44.756749.4241-22.5947
CIE-Lab51.872955.3931-27.0556

#c051ab color RGB value is (192,81,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010001 10101011
Octal 300 121 253
Decimal 192 81 171
Hex C0 51 AB

RGB Percentages of Color #c051ab

%43.24
%18.24
%38.51

CMYK Percentages of Color #c051ab

%0
%58
%11
%25

Triadic Colors of #c051ab

#c051ab #abc051 #51abc0

Analogous Colors of #c051ab

#c051ab #c05174 #9e51c0

Monochromatic Colors of #c051ab

#c051ab

Complementary Color

#c051ab #51c066

#c051ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c051ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c051ab Color CSS Codes

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

#c051ab Text Font Color

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

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


#c051ab Background Color

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

This div background color is #c051ab


#c051ab Border Color

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

This div border color is #c051ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c051ab


Comments

No comments written yet.

Please login to write comment.