Color Hex Logo

#c850ff Color Hex

#C850FF
(200,80,255)
0 Favorites   0 Comments

Color spaces of #c850ff

RGB 20080255
HSL0.781.000.66
HSV281°69°100°
CMYK 0.220.690.00   0.00
XYZ44.738125.236797.1210
Yxy25.23670.26770.1510
Hunter Lab50.236171.0510-79.4594
CIE-Lab57.305372.9692-66.1338

#c850ff color RGB value is (200,80,255).

#c850ff hex color red value is 200, green value is 80 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c850ff hue: 0.78 , saturation: 1.00 and the lightness value of c850ff is 0.66.

The process color (four color CMYK) of #c850ff color hex is 0.22, 0.69, 0.00, 0.00. Web safe color of #c850ff is #cc66ff. Color #c850ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010000 11111111
Octal 310 120 377
Decimal 200 80 255
Hex C8 50 FF

RGB Percentages of Color #c850ff

%37.38
%14.95
%47.66

CMYK Percentages of Color #c850ff

%22
%69
%0
%0

Triadic Colors of #c850ff

#c850ff #ffc850 #50ffc8

Analogous Colors of #c850ff

#c850ff #ff50df #7150ff

Monochromatic Colors of #c850ff

#c850ff

Complementary Color

#c850ff #87ff50

#c850ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c850ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c850ff Color CSS Codes

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

#c850ff Text Font Color

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

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


#c850ff Background Color

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

This div background color is #c850ff


#c850ff Border Color

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

This div border color is #c850ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c850ff

Related Colors

#c850ff Color Palettes


Comments

No comments written yet.

Please login to write comment.