Color Hex Logo

#817ceb Color Hex

#817CEB
(129,124,235)
0 Favorites   0 Comments

Color spaces of #817ceb

RGB 129124235
HSL0.670.740.70
HSV243°47°92°
CMYK 0.450.470.00   0.08
XYZ31.256325.080681.7909
Yxy25.08060.22630.1816
Hunter Lab50.080523.7646-61.7753
CIE-Lab57.153929.8013-55.6801

#817ceb color RGB value is (129,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111100 11101011
Octal 201 174 353
Decimal 129 124 235
Hex 81 7C EB

RGB Percentages of Color #817ceb

%26.43
%25.41
%48.16

CMYK Percentages of Color #817ceb

%45
%47
%0
%8

Triadic Colors of #817ceb

#817ceb #eb817c #7ceb81

Analogous Colors of #817ceb

#817ceb #b97ceb #7cafeb

Monochromatic Colors of #817ceb

#817ceb

Complementary Color

#817ceb #e6eb7c

#817ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#817ceb Color CSS Codes

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

#817ceb Text Font Color

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

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


#817ceb Background Color

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

This div background color is #817ceb


#817ceb Border Color

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

This div border color is #817ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,124,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 #817ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817ceb


Comments

No comments written yet.

Please login to write comment.