Color Hex Logo

#c051db Color Hex

#C051DB
(192,81,219)
0 Favorites   0 Comments

Color spaces of #c051db

RGB 19281219
HSL0.800.660.59
HSV288°63°86°
CMYK 0.120.630.00   0.14
XYZ37.466822.205869.3293
Yxy22.20580.29040.1721
Hunter Lab47.123059.4573-54.2437
CIE-Lab54.244763.8327-50.9494

#c051db color RGB value is (192,81,219).

#c051db hex color red value is 192, green value is 81 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c051db hue: 0.80 , saturation: 0.66 and the lightness value of c051db is 0.59.

The process color (four color CMYK) of #c051db color hex is 0.12, 0.63, 0.00, 0.14. Web safe color of #c051db is #cc66cc. Color #c051db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010001 11011011
Octal 300 121 333
Decimal 192 81 219
Hex C0 51 DB

RGB Percentages of Color #c051db

%39.02
%16.46
%44.51

CMYK Percentages of Color #c051db

%12
%63
%0
%14

Triadic Colors of #c051db

#c051db #dbc051 #51dbc0

Analogous Colors of #c051db

#c051db #db51b1 #7b51db

Monochromatic Colors of #c051db

#c051db

Complementary Color

#c051db #6cdb51

#c051db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c051db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c051db Color CSS Codes

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

#c051db Text Font Color

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

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


#c051db Background Color

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

This div background color is #c051db


#c051db Border Color

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

This div border color is #c051db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c051db


Comments

No comments written yet.

Please login to write comment.