Color Hex Logo

#c850da Color Hex

#C850DA
(200,80,218)
0 Favorites   0 Comments

Color spaces of #c850da

RGB 20080218
HSL0.810.650.58
HSV292°63°85°
CMYK 0.080.630.00   0.15
XYZ39.343023.078668.7107
Yxy23.07860.30000.1760
Hunter Lab48.040262.1140-51.1729
CIE-Lab55.153265.9368-48.8697

#c850da color RGB value is (200,80,218).

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

The process color (four color CMYK) of #c850da color hex is 0.08, 0.63, 0.00, 0.15. Web safe color of #c850da is #cc66cc. Color #c850da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010000 11011010
Octal 310 120 332
Decimal 200 80 218
Hex C8 50 DA

RGB Percentages of Color #c850da

%40.16
%16.06
%43.78

CMYK Percentages of Color #c850da

%8
%63
%0
%15

Triadic Colors of #c850da

#c850da #dac850 #50dac8

Analogous Colors of #c850da

#c850da #da50a7 #8350da

Monochromatic Colors of #c850da

#c850da

Complementary Color

#c850da #62da50

#c850da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c850da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c850da Color CSS Codes

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

#c850da Text Font Color

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

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


#c850da Background Color

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

This div background color is #c850da


#c850da Border Color

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

This div border color is #c850da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c850da


Comments

No comments written yet.

Please login to write comment.