Color Hex Logo

#848bcf Color Hex

#848BCF
(132,139,207)
0 Favorites   0 Comments

Color spaces of #848bcf

RGB 132139207
HSL0.650.440.66
HSV234°36°81°
CMYK 0.360.330.00   0.19
XYZ30.010827.875862.8303
Yxy27.87580.24860.2309
Hunter Lab52.79759.0660-33.5982
CIE-Lab59.776413.8510-35.8583

#848bcf color RGB value is (132,139,207).

#848bcf hex color red value is 132, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #848bcf hue: 0.65 , saturation: 0.44 and the lightness value of 848bcf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001011 11001111
Octal 204 213 317
Decimal 132 139 207
Hex 84 8B CF

RGB Percentages of Color #848bcf

%27.62
%29.08
%43.31

CMYK Percentages of Color #848bcf

%36
%33
%0
%19

Triadic Colors of #848bcf

#848bcf #cf848b #8bcf84

Analogous Colors of #848bcf

#848bcf #a384cf #84b1cf

Monochromatic Colors of #848bcf

#848bcf

Complementary Color

#848bcf #cfc884

#848bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#848bcf Color CSS Codes

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

#848bcf Text Font Color

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

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


#848bcf Background Color

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

This div background color is #848bcf


#848bcf Border Color

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

This div border color is #848bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848bcf


Comments

No comments written yet.

Please login to write comment.