Color Hex Logo

#c051be Color Hex

#C051BE
(192,81,190)
0 Favorites   0 Comments

Color spaces of #c051be

RGB 19281190
HSL0.840.470.54
HSV301°58°75°
CMYK 0.000.580.01   0.25
XYZ33.974920.809050.9411
Yxy20.80900.32140.1968
Hunter Lab45.616953.1151-34.2783
CIE-Lab52.739858.5564-36.7454

#c051be color RGB value is (192,81,190).

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

The process color (four color CMYK) of #c051be color hex is 0.00, 0.58, 0.01, 0.25. Web safe color of #c051be is #cc66cc. Color #c051be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010001 10111110
Octal 300 121 276
Decimal 192 81 190
Hex C0 51 BE

RGB Percentages of Color #c051be

%41.47
%17.49
%41.04

CMYK Percentages of Color #c051be

%0
%58
%1
%25

Triadic Colors of #c051be

#c051be #bec051 #51bec0

Analogous Colors of #c051be

#c051be #c05187 #8b51c0

Monochromatic Colors of #c051be

#c051be

Complementary Color

#c051be #51c053

#c051be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c051be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c051be Color CSS Codes

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

#c051be Text Font Color

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

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


#c051be Background Color

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

This div background color is #c051be


#c051be Border Color

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

This div border color is #c051be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c051be


Comments

No comments written yet.

Please login to write comment.