Color Hex Logo

#8457cb Color Hex

#8457CB
(132,87,203)
0 Favorites   0 Comments

Color spaces of #8457cb

RGB 13287203
HSL0.730.530.57
HSV263°57°80°
CMYK 0.350.570.00   0.20
XYZ23.703416.033758.3454
Yxy16.03370.24170.1635
Hunter Lab40.042135.5915-58.3621
CIE-Lab47.018743.0900-53.7943

#8457cb color RGB value is (132,87,203).

#8457cb hex color red value is 132, green value is 87 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8457cb hue: 0.73 , saturation: 0.53 and the lightness value of 8457cb is 0.57.

The process color (four color CMYK) of #8457cb color hex is 0.35, 0.57, 0.00, 0.20. Web safe color of #8457cb is #9966cc. Color #8457cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010111 11001011
Octal 204 127 313
Decimal 132 87 203
Hex 84 57 CB

RGB Percentages of Color #8457cb

%31.28
%20.62
%48.10

CMYK Percentages of Color #8457cb

%35
%57
%0
%20

Triadic Colors of #8457cb

#8457cb #cb8457 #57cb84

Analogous Colors of #8457cb

#8457cb #be57cb #5764cb

Monochromatic Colors of #8457cb

#8457cb

Complementary Color

#8457cb #9ecb57

#8457cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8457cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8457cb Color CSS Codes

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

#8457cb Text Font Color

<p style="color:#8457cb">Text here</p>

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


#8457cb Background Color

<div style="background-color:#8457cb">
Div content here</div>

This div background color is #8457cb


#8457cb Border Color

<div style="border:3px solid #8457cb">
Div here</div>

This div border color is #8457cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8457cb


Comments

No comments written yet.

Please login to write comment.