Color Hex Logo

#c85bec Color Hex

#C85BEC
(200,91,236)
0 Favorites   0 Comments

Color spaces of #c85bec

RGB 20091236
HSL0.790.790.64
HSV285°61°93°
CMYK 0.150.610.00   0.07
XYZ42.700825.817782.0896
Yxy25.81770.28350.1714
Hunter Lab50.811161.0889-60.2202
CIE-Lab57.863664.5669-54.6774

#c85bec color RGB value is (200,91,236).

#c85bec hex color red value is 200, green value is 91 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c85bec hue: 0.79 , saturation: 0.79 and the lightness value of c85bec is 0.64.

The process color (four color CMYK) of #c85bec color hex is 0.15, 0.61, 0.00, 0.07. Web safe color of #c85bec is #cc66ff. Color #c85bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011011 11101100
Octal 310 133 354
Decimal 200 91 236
Hex C8 5B EC

RGB Percentages of Color #c85bec

%37.95
%17.27
%44.78

CMYK Percentages of Color #c85bec

%15
%61
%0
%7

Triadic Colors of #c85bec

#c85bec #ecc85b #5becc8

Analogous Colors of #c85bec

#c85bec #ec5bc8 #805bec

Monochromatic Colors of #c85bec

#c85bec

Complementary Color

#c85bec #7fec5b

#c85bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85bec Color CSS Codes

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

#c85bec Text Font Color

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

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


#c85bec Background Color

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

This div background color is #c85bec


#c85bec Border Color

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

This div border color is #c85bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85bec


Comments

No comments written yet.

Please login to write comment.