Color Hex Logo

#c851dc Color Hex

#C851DC
(200,81,220)
0 Favorites   0 Comments

Color spaces of #c851dc

RGB 20081220
HSL0.810.670.59
HSV291°63°86°
CMYK 0.090.630.00   0.14
XYZ39.680123.331570.1222
Yxy23.33150.29800.1752
Hunter Lab48.302762.1060-52.2609
CIE-Lab55.412265.8818-49.5899

#c851dc color RGB value is (200,81,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010001 11011100
Octal 310 121 334
Decimal 200 81 220
Hex C8 51 DC

RGB Percentages of Color #c851dc

%39.92
%16.17
%43.91

CMYK Percentages of Color #c851dc

%9
%63
%0
%14

Triadic Colors of #c851dc

#c851dc #dcc851 #51dcc8

Analogous Colors of #c851dc

#c851dc #dc51ab #8351dc

Monochromatic Colors of #c851dc

#c851dc

Complementary Color

#c851dc #65dc51

#c851dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c851dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c851dc Color CSS Codes

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

#c851dc Text Font Color

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

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


#c851dc Background Color

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

This div background color is #c851dc


#c851dc Border Color

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

This div border color is #c851dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c851dc


Comments

No comments written yet.

Please login to write comment.