Color Hex Logo

#850ecf Color Hex

#850ECF
(133,14,207)
0 Favorites   0 Comments

Color spaces of #850ecf

RGB 13314207
HSL0.770.870.43
HSV277°93°81°
CMYK 0.360.930.00   0.19
XYZ21.09249.805659.8125
Yxy9.80560.23250.1081
Hunter Lab31.313965.4346-91.3298
CIE-Lab37.491272.1483-71.5712

#850ecf color RGB value is (133,14,207).

#850ecf hex color red value is 133, green value is 14 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #850ecf hue: 0.77 , saturation: 0.87 and the lightness value of 850ecf is 0.43.

The process color (four color CMYK) of #850ecf color hex is 0.36, 0.93, 0.00, 0.19. Web safe color of #850ecf is #9900cc. Color #850ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 11001111
Octal 205 16 317
Decimal 133 14 207
Hex 85 E CF

RGB Percentages of Color #850ecf

%37.57
%3.95
%58.47

CMYK Percentages of Color #850ecf

%36
%93
%0
%19

Triadic Colors of #850ecf

#850ecf #cf850e #0ecf85

Analogous Colors of #850ecf

#850ecf #cf0eb9 #250ecf

Monochromatic Colors of #850ecf

#850ecf

Complementary Color

#850ecf #58cf0e

#850ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#850ecf Color CSS Codes

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

#850ecf Text Font Color

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

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


#850ecf Background Color

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

This div background color is #850ecf


#850ecf Border Color

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

This div border color is #850ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,14,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #850ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #850ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #850ecf;
  box-shadow:         1px 1px 3px 2px #850ecf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,14,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850ecf


Comments

No comments written yet.

Please login to write comment.