Color Hex Logo

#c051dc Color Hex

#C051DC
(192,81,220)
0 Favorites   0 Comments

Color spaces of #c051dc

RGB 19281220
HSL0.800.670.59
HSV288°63°86°
CMYK 0.130.630.00   0.14
XYZ37.598922.258670.0248
Yxy22.25860.28950.1714
Hunter Lab47.179059.6907-54.9750
CIE-Lab54.300364.0232-51.4269

#c051dc color RGB value is (192,81,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010001 11011100
Octal 300 121 334
Decimal 192 81 220
Hex C0 51 DC

RGB Percentages of Color #c051dc

%38.95
%16.43
%44.62

CMYK Percentages of Color #c051dc

%13
%63
%0
%14

Triadic Colors of #c051dc

#c051dc #dcc051 #51dcc0

Analogous Colors of #c051dc

#c051dc #dc51b3 #7b51dc

Monochromatic Colors of #c051dc

#c051dc

Complementary Color

#c051dc #6ddc51

#c051dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c051dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c051dc Color CSS Codes

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

#c051dc Text Font Color

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

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


#c051dc Background Color

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

This div background color is #c051dc


#c051dc Border Color

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

This div border color is #c051dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c051dc


Comments

No comments written yet.

Please login to write comment.