Color Hex Logo

#c85fdb Color Hex

#C85FDB
(200,95,219)
0 Favorites   0 Comments

Color spaces of #c85fdb

RGB 20095219
HSL0.810.630.62
HSV291°57°86°
CMYK 0.090.570.00   0.14
XYZ40.697825.578369.8099
Yxy25.57830.29910.1880
Hunter Lab50.575055.1331-46.4369
CIE-Lab57.634659.4702-45.5014

#c85fdb color RGB value is (200,95,219).

#c85fdb hex color red value is 200, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c85fdb hue: 0.81 , saturation: 0.63 and the lightness value of c85fdb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011111 11011011
Octal 310 137 333
Decimal 200 95 219
Hex C8 5F DB

RGB Percentages of Color #c85fdb

%38.91
%18.48
%42.61

CMYK Percentages of Color #c85fdb

%9
%57
%0
%14

Triadic Colors of #c85fdb

#c85fdb #dbc85f #5fdbc8

Analogous Colors of #c85fdb

#c85fdb #db5fb0 #8a5fdb

Monochromatic Colors of #c85fdb

#c85fdb

Complementary Color

#c85fdb #72db5f

#c85fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85fdb Color CSS Codes

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

#c85fdb Text Font Color

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

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


#c85fdb Background Color

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

This div background color is #c85fdb


#c85fdb Border Color

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

This div border color is #c85fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85fdb


Comments

No comments written yet.

Please login to write comment.