Color Hex Logo

#817beb Color Hex

#817BEB
(129,123,235)
0 Favorites   0 Comments

Color spaces of #817beb

RGB 129123235
HSL0.680.740.70
HSV243°48°92°
CMYK 0.450.480.00   0.08
XYZ31.131624.831281.7493
Yxy24.83120.22610.1803
Hunter Lab49.830924.3128-62.3856
CIE-Lab56.910630.3904-56.0687

#817beb color RGB value is (129,123,235).

#817beb hex color red value is 129, green value is 123 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #817beb hue: 0.68 , saturation: 0.74 and the lightness value of 817beb is 0.70.

The process color (four color CMYK) of #817beb color hex is 0.45, 0.48, 0.00, 0.08. Web safe color of #817beb is #9966ff. Color #817beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111011 11101011
Octal 201 173 353
Decimal 129 123 235
Hex 81 7B EB

RGB Percentages of Color #817beb

%26.49
%25.26
%48.25

CMYK Percentages of Color #817beb

%45
%48
%0
%8

Triadic Colors of #817beb

#817beb #eb817b #7beb81

Analogous Colors of #817beb

#817beb #b97beb #7badeb

Monochromatic Colors of #817beb

#817beb

Complementary Color

#817beb #e5eb7b

#817beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#817beb Color CSS Codes

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

#817beb Text Font Color

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

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


#817beb Background Color

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

This div background color is #817beb


#817beb Border Color

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

This div border color is #817beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,123,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #817beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #817beb;
  -webkit-box-shadow: 1px 1px 3px 2px #817beb;
  box-shadow:         1px 1px 3px 2px #817beb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,123,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817beb


Comments

No comments written yet.

Please login to write comment.