Color Hex Logo

#833eaf Color Hex

#833EAF
(131,62,175)
0 Favorites   0 Comments

Color spaces of #833eaf

RGB 13162175
HSL0.770.480.46
HSV277°65°69°
CMYK 0.250.650.00   0.31
XYZ18.820611.365741.7593
Yxy11.36570.26160.1580
Hunter Lab33.713140.6513-49.8415
CIE-Lab40.189749.2335-48.4308

#833eaf color RGB value is (131,62,175).

#833eaf hex color red value is 131, green value is 62 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #833eaf hue: 0.77 , saturation: 0.48 and the lightness value of 833eaf is 0.46.

The process color (four color CMYK) of #833eaf color hex is 0.25, 0.65, 0.00, 0.31. Web safe color of #833eaf is #993399. Color #833eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111110 10101111
Octal 203 76 257
Decimal 131 62 175
Hex 83 3E AF

RGB Percentages of Color #833eaf

%35.60
%16.85
%47.55

CMYK Percentages of Color #833eaf

%25
%65
%0
%31

Triadic Colors of #833eaf

#833eaf #af833e #3eaf83

Analogous Colors of #833eaf

#833eaf #af3ea3 #4b3eaf

Monochromatic Colors of #833eaf

#833eaf

Complementary Color

#833eaf #6aaf3e

#833eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#833eaf Color CSS Codes

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

#833eaf Text Font Color

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

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


#833eaf Background Color

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

This div background color is #833eaf


#833eaf Border Color

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

This div border color is #833eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,62,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #833eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #833eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #833eaf;
  box-shadow:         1px 1px 3px 2px #833eaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,62,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833eaf


Comments

No comments written yet.

Please login to write comment.