Color Hex Logo

#c850df Color Hex

#C850DF
(200,80,223)
0 Favorites   0 Comments

Color spaces of #c850df

RGB 20080223
HSL0.810.690.59
HSV290°64°87°
CMYK 0.100.640.00   0.13
XYZ40.007423.344472.2093
Yxy23.34440.29510.1722
Hunter Lab48.316063.2513-54.7889
CIE-Lab55.425366.8497-51.2641

#c850df color RGB value is (200,80,223).

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

The process color (four color CMYK) of #c850df color hex is 0.10, 0.64, 0.00, 0.13. Web safe color of #c850df is #cc66cc. Color #c850df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010000 11011111
Octal 310 120 337
Decimal 200 80 223
Hex C8 50 DF

RGB Percentages of Color #c850df

%39.76
%15.90
%44.33

CMYK Percentages of Color #c850df

%10
%64
%0
%13

Triadic Colors of #c850df

#c850df #dfc850 #50dfc8

Analogous Colors of #c850df

#c850df #df50af #8150df

Monochromatic Colors of #c850df

#c850df

Complementary Color

#c850df #67df50

#c850df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c850df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c850df Color CSS Codes

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

#c850df Text Font Color

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

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


#c850df Background Color

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

This div background color is #c850df


#c850df Border Color

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

This div border color is #c850df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,80,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c850df


Comments

No comments written yet.

Please login to write comment.