Color Hex Logo

#8f53de Color Hex

#8F53DE
(143,83,222)
0 Favorites   0 Comments

Color spaces of #8f53de

RGB 14383222
HSL0.740.680.60
HSV266°63°87°
CMYK 0.360.630.00   0.13
XYZ27.605817.300170.9915
Yxy17.30010.23820.1493
Hunter Lab41.593445.6832-72.0807
CIE-Lab48.636052.5207-61.9838

#8f53de color RGB value is (143,83,222).

#8f53de hex color red value is 143, green value is 83 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8f53de hue: 0.74 , saturation: 0.68 and the lightness value of 8f53de is 0.60.

The process color (four color CMYK) of #8f53de color hex is 0.36, 0.63, 0.00, 0.13. Web safe color of #8f53de is #9966cc. Color #8f53de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01010011 11011110
Octal 217 123 336
Decimal 143 83 222
Hex 8F 53 DE

RGB Percentages of Color #8f53de

%31.92
%18.53
%49.55

CMYK Percentages of Color #8f53de

%36
%63
%0
%13

Triadic Colors of #8f53de

#8f53de #de8f53 #53de8f

Analogous Colors of #8f53de

#8f53de #d553de #535dde

Monochromatic Colors of #8f53de

#8f53de

Complementary Color

#8f53de #a2de53

#8f53de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f53de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f53de Color CSS Codes

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

#8f53de Text Font Color

<p style="color:#8f53de">Text here</p>

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


#8f53de Background Color

<div style="background-color:#8f53de">
Div content here</div>

This div background color is #8f53de


#8f53de Border Color

<div style="border:3px solid #8f53de">
Div here</div>

This div border color is #8f53de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,83,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f53de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f53de;
  -webkit-box-shadow: 1px 1px 3px 2px #8f53de;
  box-shadow:         1px 1px 3px 2px #8f53de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f53de


Comments

No comments written yet.

Please login to write comment.