Color Hex Logo

#816bcb Color Hex

#816BCB
(129,107,203)
0 Favorites   0 Comments

Color spaces of #816bcb

RGB 129107203
HSL0.700.480.61
HSV254°47°80°
CMYK 0.360.470.00   0.20
XYZ25.090419.494358.9403
Yxy19.49430.24240.1883
Hunter Lab44.152324.1694-48.2414
CIE-Lab51.260630.8286-47.0309

#816bcb color RGB value is (129,107,203).

#816bcb hex color red value is 129, green value is 107 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #816bcb hue: 0.70 , saturation: 0.48 and the lightness value of 816bcb is 0.61.

The process color (four color CMYK) of #816bcb color hex is 0.36, 0.47, 0.00, 0.20. Web safe color of #816bcb is #9966cc. Color #816bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101011 11001011
Octal 201 153 313
Decimal 129 107 203
Hex 81 6B CB

RGB Percentages of Color #816bcb

%29.38
%24.37
%46.24

CMYK Percentages of Color #816bcb

%36
%47
%0
%20

Triadic Colors of #816bcb

#816bcb #cb816b #6bcb81

Analogous Colors of #816bcb

#816bcb #b16bcb #6b85cb

Monochromatic Colors of #816bcb

#816bcb

Complementary Color

#816bcb #b5cb6b

#816bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#816bcb Color CSS Codes

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

#816bcb Text Font Color

<p style="color:#816bcb">Text here</p>

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


#816bcb Background Color

<div style="background-color:#816bcb">
Div content here</div>

This div background color is #816bcb


#816bcb Border Color

<div style="border:3px solid #816bcb">
Div here</div>

This div border color is #816bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,107,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #816bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #816bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #816bcb;
  box-shadow:         1px 1px 3px 2px #816bcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816bcb


Comments

No comments written yet.

Please login to write comment.