Color Hex Logo

#847bca Color Hex

#847BCA
(132,123,202)
0 Favorites   0 Comments

Color spaces of #847bca

RGB 132123202
HSL0.690.430.64
HSV247°39°79°
CMYK 0.350.390.00   0.21
XYZ27.259323.335758.9446
Yxy23.33570.24890.2130
Hunter Lab48.307016.1889-38.5312
CIE-Lab55.416521.9032-39.8696

#847bca color RGB value is (132,123,202).

#847bca hex color red value is 132, green value is 123 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #847bca hue: 0.69 , saturation: 0.43 and the lightness value of 847bca is 0.64.

The process color (four color CMYK) of #847bca color hex is 0.35, 0.39, 0.00, 0.21. Web safe color of #847bca is #9966cc. Color #847bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111011 11001010
Octal 204 173 312
Decimal 132 123 202
Hex 84 7B CA

RGB Percentages of Color #847bca

%28.88
%26.91
%44.20

CMYK Percentages of Color #847bca

%35
%39
%0
%21

Triadic Colors of #847bca

#847bca #ca847b #7bca84

Analogous Colors of #847bca

#847bca #ac7bca #7b9aca

Monochromatic Colors of #847bca

#847bca

Complementary Color

#847bca #c1ca7b

#847bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#847bca Color CSS Codes

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

#847bca Text Font Color

<p style="color:#847bca">Text here</p>

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


#847bca Background Color

<div style="background-color:#847bca">
Div content here</div>

This div background color is #847bca


#847bca Border Color

<div style="border:3px solid #847bca">
Div here</div>

This div border color is #847bca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,123,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #847bca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #847bca;
  -webkit-box-shadow: 1px 1px 3px 2px #847bca;
  box-shadow:         1px 1px 3px 2px #847bca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847bca


Comments

No comments written yet.

Please login to write comment.