Color Hex Logo

#848cda Color Hex

#848CDA
(132,140,218)
0 Favorites   0 Comments

Color spaces of #848cda

RGB 132140218
HSL0.650.540.69
HSV234°39°85°
CMYK 0.390.360.00   0.15
XYZ31.548728.723770.2111
Yxy28.72370.24180.2201
Hunter Lab53.594511.2847-40.1563
CIE-Lab60.537016.2917-40.8270

#848cda color RGB value is (132,140,218).

#848cda hex color red value is 132, green value is 140 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #848cda hue: 0.65 , saturation: 0.54 and the lightness value of 848cda is 0.69.

The process color (four color CMYK) of #848cda color hex is 0.39, 0.36, 0.00, 0.15. Web safe color of #848cda is #9999cc. Color #848cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001100 11011010
Octal 204 214 332
Decimal 132 140 218
Hex 84 8C DA

RGB Percentages of Color #848cda

%26.94
%28.57
%44.49

CMYK Percentages of Color #848cda

%39
%36
%0
%15

Triadic Colors of #848cda

#848cda #da848c #8cda84

Analogous Colors of #848cda

#848cda #a784da #84b7da

Monochromatic Colors of #848cda

#848cda

Complementary Color

#848cda #dad284

#848cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#848cda Color CSS Codes

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

#848cda Text Font Color

<p style="color:#848cda">Text here</p>

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


#848cda Background Color

<div style="background-color:#848cda">
Div content here</div>

This div background color is #848cda


#848cda Border Color

<div style="border:3px solid #848cda">
Div here</div>

This div border color is #848cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848cda


Comments

No comments written yet.

Please login to write comment.