Color Hex Logo

#835ecf Color Hex

#835ECF
(131,94,207)
0 Favorites   0 Comments

Color spaces of #835ecf

RGB 13194207
HSL0.720.540.59
HSV260°55°81°
CMYK 0.370.550.00   0.19
XYZ24.625317.335761.0797
Yxy17.33570.23900.1682
Hunter Lab41.636232.7088-57.8323
CIE-Lab48.680339.9564-53.4285

#835ecf color RGB value is (131,94,207).

#835ecf hex color red value is 131, green value is 94 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #835ecf hue: 0.72 , saturation: 0.54 and the lightness value of 835ecf is 0.59.

The process color (four color CMYK) of #835ecf color hex is 0.37, 0.55, 0.00, 0.19. Web safe color of #835ecf is #9966cc. Color #835ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011110 11001111
Octal 203 136 317
Decimal 131 94 207
Hex 83 5E CF

RGB Percentages of Color #835ecf

%30.32
%21.76
%47.92

CMYK Percentages of Color #835ecf

%37
%55
%0
%19

Triadic Colors of #835ecf

#835ecf #cf835e #5ecf83

Analogous Colors of #835ecf

#835ecf #bc5ecf #5e72cf

Monochromatic Colors of #835ecf

#835ecf

Complementary Color

#835ecf #aacf5e

#835ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#835ecf Color CSS Codes

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

#835ecf Text Font Color

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

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


#835ecf Background Color

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

This div background color is #835ecf


#835ecf Border Color

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

This div border color is #835ecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,94,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 #835ecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835ecf


Comments

No comments written yet.

Please login to write comment.