Color Hex Logo

#847fda Color Hex

#847FDA
(132,127,218)
0 Favorites   0 Comments

Color spaces of #847fda

RGB 132127218
HSL0.680.550.68
HSV243°42°85°
CMYK 0.390.420.00   0.15
XYZ29.760025.146269.6149
Yxy25.14620.23900.2019
Hunter Lab50.146018.1784-47.2068
CIE-Lab57.217623.9291-46.0596

#847fda color RGB value is (132,127,218).

#847fda hex color red value is 132, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #847fda hue: 0.68 , saturation: 0.55 and the lightness value of 847fda is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111111 11011010
Octal 204 177 332
Decimal 132 127 218
Hex 84 7F DA

RGB Percentages of Color #847fda

%27.67
%26.62
%45.70

CMYK Percentages of Color #847fda

%39
%42
%0
%15

Triadic Colors of #847fda

#847fda #da847f #7fda84

Analogous Colors of #847fda

#847fda #b27fda #7fa8da

Monochromatic Colors of #847fda

#847fda

Complementary Color

#847fda #d5da7f

#847fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#847fda Color CSS Codes

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

#847fda Text Font Color

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

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


#847fda Background Color

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

This div background color is #847fda


#847fda Border Color

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

This div border color is #847fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847fda


Comments

No comments written yet.

Please login to write comment.