Color Hex Logo

#c051af Color Hex

#C051AF
(192,81,175)
0 Favorites   0 Comments

Color spaces of #c051af

RGB 19281175
HSL0.860.470.54
HSV309°58°75°
CMYK 0.000.580.09   0.25
XYZ32.418520.186542.7452
Yxy20.18650.34000.2117
Hunter Lab44.929450.1690-24.9571
CIE-Lab52.047456.0374-29.1211

#c051af color RGB value is (192,81,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010001 10101111
Octal 300 121 257
Decimal 192 81 175
Hex C0 51 AF

RGB Percentages of Color #c051af

%42.86
%18.08
%39.06

CMYK Percentages of Color #c051af

%0
%58
%9
%25

Triadic Colors of #c051af

#c051af #afc051 #51afc0

Analogous Colors of #c051af

#c051af #c05178 #9a51c0

Monochromatic Colors of #c051af

#c051af

Complementary Color

#c051af #51c062

#c051af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c051af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c051af Color CSS Codes

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

#c051af Text Font Color

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

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


#c051af Background Color

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

This div background color is #c051af


#c051af Border Color

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

This div border color is #c051af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c051af


Comments

No comments written yet.

Please login to write comment.