Color Hex Logo

#c85bfd Color Hex

#C85BFD
(200,91,253)
0 Favorites   0 Comments

Color spaces of #c85bfd

RGB 20091253
HSL0.780.980.67
HSV280°64°99°
CMYK 0.210.640.00   0.01
XYZ45.290126.853495.7247
Yxy26.85340.26980.1600
Hunter Lab51.820365.3207-73.2489
CIE-Lab58.838467.9542-62.5635

#c85bfd color RGB value is (200,91,253).

#c85bfd hex color red value is 200, green value is 91 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c85bfd hue: 0.78 , saturation: 0.98 and the lightness value of c85bfd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011011 11111101
Octal 310 133 375
Decimal 200 91 253
Hex C8 5B FD

RGB Percentages of Color #c85bfd

%36.76
%16.73
%46.51

CMYK Percentages of Color #c85bfd

%21
%64
%0
%1

Triadic Colors of #c85bfd

#c85bfd #fdc85b #5bfdc8

Analogous Colors of #c85bfd

#c85bfd #fd5be1 #775bfd

Monochromatic Colors of #c85bfd

#c85bfd

Complementary Color

#c85bfd #90fd5b

#c85bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85bfd Color CSS Codes

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

#c85bfd Text Font Color

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

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


#c85bfd Background Color

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

This div background color is #c85bfd


#c85bfd Border Color

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

This div border color is #c85bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85bfd


Comments

No comments written yet.

Please login to write comment.