Color Hex Logo

#827bcb Color Hex

#827BCB
(130,123,203)
0 Favorites   0 Comments

Color spaces of #827bcb

RGB 130123203
HSL0.680.430.64
HSV245°39°80°
CMYK 0.360.390.00   0.20
XYZ27.068423.223559.5558
Yxy23.22350.24640.2114
Hunter Lab48.190815.9283-39.5391
CIE-Lab55.301821.6259-40.6287

#827bcb color RGB value is (130,123,203).

#827bcb hex color red value is 130, green value is 123 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #827bcb hue: 0.68 , saturation: 0.43 and the lightness value of 827bcb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111011 11001011
Octal 202 173 313
Decimal 130 123 203
Hex 82 7B CB

RGB Percentages of Color #827bcb

%28.51
%26.97
%44.52

CMYK Percentages of Color #827bcb

%36
%39
%0
%20

Triadic Colors of #827bcb

#827bcb #cb827b #7bcb82

Analogous Colors of #827bcb

#827bcb #aa7bcb #7b9ccb

Monochromatic Colors of #827bcb

#827bcb

Complementary Color

#827bcb #c4cb7b

#827bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#827bcb Color CSS Codes

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

#827bcb Text Font Color

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

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


#827bcb Background Color

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

This div background color is #827bcb


#827bcb Border Color

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

This div border color is #827bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,123,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 #827bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827bcb


Comments

No comments written yet.

Please login to write comment.