Color Hex Logo

#8253d8 Color Hex

#8253D8
(130,83,216)
0 Favorites   0 Comments

Color spaces of #8253d8

RGB 13083216
HSL0.730.630.59
HSV261°62°85°
CMYK 0.400.620.00   0.15
XYZ24.693815.890266.7314
Yxy15.89020.23010.1481
Hunter Lab39.862540.8168-71.3500
CIE-Lab46.830148.2265-61.5566

#8253d8 color RGB value is (130,83,216).

#8253d8 hex color red value is 130, green value is 83 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #8253d8 hue: 0.73 , saturation: 0.63 and the lightness value of 8253d8 is 0.59.

The process color (four color CMYK) of #8253d8 color hex is 0.40, 0.62, 0.00, 0.15. Web safe color of #8253d8 is #9966cc. Color #8253d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010011 11011000
Octal 202 123 330
Decimal 130 83 216
Hex 82 53 D8

RGB Percentages of Color #8253d8

%30.30
%19.35
%50.35

CMYK Percentages of Color #8253d8

%40
%62
%0
%15

Triadic Colors of #8253d8

#8253d8 #d88253 #53d882

Analogous Colors of #8253d8

#8253d8 #c553d8 #5367d8

Monochromatic Colors of #8253d8

#8253d8

Complementary Color

#8253d8 #a9d853

#8253d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8253d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8253d8 Color CSS Codes

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

#8253d8 Text Font Color

<p style="color:#8253d8">Text here</p>

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


#8253d8 Background Color

<div style="background-color:#8253d8">
Div content here</div>

This div background color is #8253d8


#8253d8 Border Color

<div style="border:3px solid #8253d8">
Div here</div>

This div border color is #8253d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,83,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8253d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8253d8;
  -webkit-box-shadow: 1px 1px 3px 2px #8253d8;
  box-shadow:         1px 1px 3px 2px #8253d8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8253d8


Comments

No comments written yet.

Please login to write comment.