Color Hex Logo

#c85dff Color Hex

#C85DFF
(200,93,255)
0 Favorites   0 Comments

Color spaces of #c85dff

RGB 20093255
HSL0.781.000.68
HSV280°64°100°
CMYK 0.220.640.00   0.00
XYZ45.783827.328197.4695
Yxy27.32810.26840.1602
Hunter Lab52.276364.8476-73.9532
CIE-Lab59.276867.4785-62.9647

#c85dff color RGB value is (200,93,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011101 11111111
Octal 310 135 377
Decimal 200 93 255
Hex C8 5D FF

RGB Percentages of Color #c85dff

%36.50
%16.97
%46.53

CMYK Percentages of Color #c85dff

%22
%64
%0
%0

Triadic Colors of #c85dff

#c85dff #ffc85d #5dffc8

Analogous Colors of #c85dff

#c85dff #ff5de5 #775dff

Monochromatic Colors of #c85dff

#c85dff

Complementary Color

#c85dff #94ff5d

#c85dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85dff Color CSS Codes

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

#c85dff Text Font Color

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

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


#c85dff Background Color

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

This div background color is #c85dff


#c85dff Border Color

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

This div border color is #c85dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,93,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 #c85dff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85dff


Comments

No comments written yet.

Please login to write comment.