Color Hex Logo

#817bed Color Hex

#817BED
(129,123,237)
0 Favorites   0 Comments

Color spaces of #817bed

RGB 129123237
HSL0.680.760.71
HSV243°48°93°
CMYK 0.460.480.00   0.07
XYZ31.422324.947583.2800
Yxy24.94750.22500.1786
Hunter Lab49.947524.8875-63.8940
CIE-Lab57.024230.9699-57.0003

#817bed color RGB value is (129,123,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111011 11101101
Octal 201 173 355
Decimal 129 123 237
Hex 81 7B ED

RGB Percentages of Color #817bed

%26.38
%25.15
%48.47

CMYK Percentages of Color #817bed

%46
%48
%0
%7

Triadic Colors of #817bed

#817bed #ed817b #7bed81

Analogous Colors of #817bed

#817bed #ba7bed #7baeed

Monochromatic Colors of #817bed

#817bed

Complementary Color

#817bed #e7ed7b

#817bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#817bed Color CSS Codes

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

#817bed Text Font Color

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

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


#817bed Background Color

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

This div background color is #817bed


#817bed Border Color

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

This div border color is #817bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817bed


Comments

No comments written yet.

Please login to write comment.