Color Hex Logo

#8753bf Color Hex

#8753BF
(135,83,191)
0 Favorites   0 Comments

Color spaces of #8753bf

RGB 13583191
HSL0.750.460.54
HSV269°57°75°
CMYK 0.290.570.00   0.25
XYZ22.488915.099051.0193
Yxy15.09900.25380.1704
Hunter Lab38.857435.3071-50.6468
CIE-Lab45.769543.0047-48.8426

#8753bf color RGB value is (135,83,191).

#8753bf hex color red value is 135, green value is 83 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8753bf hue: 0.75 , saturation: 0.46 and the lightness value of 8753bf is 0.54.

The process color (four color CMYK) of #8753bf color hex is 0.29, 0.57, 0.00, 0.25. Web safe color of #8753bf is #9966cc. Color #8753bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010011 10111111
Octal 207 123 277
Decimal 135 83 191
Hex 87 53 BF

RGB Percentages of Color #8753bf

%33.01
%20.29
%46.70

CMYK Percentages of Color #8753bf

%29
%57
%0
%25

Triadic Colors of #8753bf

#8753bf #bf8753 #53bf87

Analogous Colors of #8753bf

#8753bf #bd53bf #5355bf

Monochromatic Colors of #8753bf

#8753bf

Complementary Color

#8753bf #8bbf53

#8753bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8753bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8753bf Color CSS Codes

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

#8753bf Text Font Color

<p style="color:#8753bf">Text here</p>

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


#8753bf Background Color

<div style="background-color:#8753bf">
Div content here</div>

This div background color is #8753bf


#8753bf Border Color

<div style="border:3px solid #8753bf">
Div here</div>

This div border color is #8753bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,83,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8753bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8753bf;
  -webkit-box-shadow: 1px 1px 3px 2px #8753bf;
  box-shadow:         1px 1px 3px 2px #8753bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,83,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8753bf


Comments

No comments written yet.

Please login to write comment.