Color Hex Logo

#c85bde Color Hex

#C85BDE
(200,91,222)
0 Favorites   0 Comments

Color spaces of #c85bde

RGB 20091222
HSL0.810.660.61
HSV290°59°87°
CMYK 0.100.590.00   0.13
XYZ40.745325.035571.7921
Yxy25.03550.29620.1820
Hunter Lab50.035557.7955-50.0459
CIE-Lab57.110061.8780-48.0229

#c85bde color RGB value is (200,91,222).

#c85bde hex color red value is 200, green value is 91 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c85bde hue: 0.81 , saturation: 0.66 and the lightness value of c85bde is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011011 11011110
Octal 310 133 336
Decimal 200 91 222
Hex C8 5B DE

RGB Percentages of Color #c85bde

%38.99
%17.74
%43.27

CMYK Percentages of Color #c85bde

%10
%59
%0
%13

Triadic Colors of #c85bde

#c85bde #dec85b #5bdec8

Analogous Colors of #c85bde

#c85bde #de5bb3 #875bde

Monochromatic Colors of #c85bde

#c85bde

Complementary Color

#c85bde #71de5b

#c85bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85bde Color CSS Codes

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

#c85bde Text Font Color

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

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


#c85bde Background Color

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

This div background color is #c85bde


#c85bde Border Color

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

This div border color is #c85bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85bde


Comments

No comments written yet.

Please login to write comment.