Color Hex Logo

#849ccb Color Hex

#849CCB
(132,156,203)
0 Favorites   0 Comments

Color spaces of #849ccb

RGB 132156203
HSL0.610.410.66
HSV220°35°80°
CMYK 0.350.230.00   0.20
XYZ32.183732.994361.1722
Yxy32.99430.25470.2611
Hunter Lab57.4407-0.5086-22.9332
CIE-Lab64.15632.9985-26.8289

#849ccb color RGB value is (132,156,203).

#849ccb hex color red value is 132, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #849ccb hue: 0.61 , saturation: 0.41 and the lightness value of 849ccb is 0.66.

The process color (four color CMYK) of #849ccb color hex is 0.35, 0.23, 0.00, 0.20. Web safe color of #849ccb is #9999cc. Color #849ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011100 11001011
Octal 204 234 313
Decimal 132 156 203
Hex 84 9C CB

RGB Percentages of Color #849ccb

%26.88
%31.77
%41.34

CMYK Percentages of Color #849ccb

%35
%23
%0
%20

Triadic Colors of #849ccb

#849ccb #cb849c #9ccb84

Analogous Colors of #849ccb

#849ccb #9084cb #84c0cb

Monochromatic Colors of #849ccb

#849ccb

Complementary Color

#849ccb #cbb384

#849ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#849ccb Color CSS Codes

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

#849ccb Text Font Color

<p style="color:#849ccb">Text here</p>

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


#849ccb Background Color

<div style="background-color:#849ccb">
Div content here</div>

This div background color is #849ccb


#849ccb Border Color

<div style="border:3px solid #849ccb">
Div here</div>

This div border color is #849ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,156,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #849ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #849ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #849ccb;
  box-shadow:         1px 1px 3px 2px #849ccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,156,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 #849ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849ccb


Comments

No comments written yet.

Please login to write comment.