Color Hex Logo

#8953fc Color Hex

#8953FC
(137,83,252)
0 Favorites   0 Comments

Color spaces of #8953fc

RGB 13783252
HSL0.720.970.66
HSV259°67°99°
CMYK 0.460.670.00   0.01
XYZ30.980518.533294.0399
Yxy18.53320.21580.1291
Hunter Lab43.050253.1173-99.3794
CIE-Lab50.136559.0303-76.4360

#8953fc color RGB value is (137,83,252).

#8953fc hex color red value is 137, green value is 83 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8953fc hue: 0.72 , saturation: 0.97 and the lightness value of 8953fc is 0.66.

The process color (four color CMYK) of #8953fc color hex is 0.46, 0.67, 0.00, 0.01. Web safe color of #8953fc is #9966ff. Color #8953fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 11111100
Octal 211 123 374
Decimal 137 83 252
Hex 89 53 FC

RGB Percentages of Color #8953fc

%29.03
%17.58
%53.39

CMYK Percentages of Color #8953fc

%46
%67
%0
%1

Triadic Colors of #8953fc

#8953fc #fc8953 #53fc89

Analogous Colors of #8953fc

#8953fc #de53fc #5372fc

Monochromatic Colors of #8953fc

#8953fc

Complementary Color

#8953fc #c6fc53

#8953fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8953fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8953fc Color CSS Codes

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

#8953fc Text Font Color

<p style="color:#8953fc">Text here</p>

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


#8953fc Background Color

<div style="background-color:#8953fc">
Div content here</div>

This div background color is #8953fc


#8953fc Border Color

<div style="border:3px solid #8953fc">
Div here</div>

This div border color is #8953fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,83,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8953fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8953fc;
  -webkit-box-shadow: 1px 1px 3px 2px #8953fc;
  box-shadow:         1px 1px 3px 2px #8953fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8953fc


Comments

No comments written yet.

Please login to write comment.