Color Hex Logo

#8253c0 Color Hex

#8253C0
(130,83,192)
0 Favorites   0 Comments

Color spaces of #8253c0

RGB 13083192
HSL0.740.460.54
HSV266°57°75°
CMYK 0.320.570.00   0.25
XYZ21.813614.738151.5642
Yxy14.73810.24760.1673
Hunter Lab38.390234.2420-52.7628
CIE-Lab45.273442.0162-50.2490

#8253c0 color RGB value is (130,83,192).

#8253c0 hex color red value is 130, green value is 83 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #8253c0 hue: 0.74 , saturation: 0.46 and the lightness value of 8253c0 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010011 11000000
Octal 202 123 300
Decimal 130 83 192
Hex 82 53 C0

RGB Percentages of Color #8253c0

%32.10
%20.49
%47.41

CMYK Percentages of Color #8253c0

%32
%57
%0
%25

Triadic Colors of #8253c0

#8253c0 #c08253 #53c082

Analogous Colors of #8253c0

#8253c0 #b953c0 #535bc0

Monochromatic Colors of #8253c0

#8253c0

Complementary Color

#8253c0 #91c053

#8253c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8253c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8253c0 Color CSS Codes

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

#8253c0 Text Font Color

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

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


#8253c0 Background Color

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

This div background color is #8253c0


#8253c0 Border Color

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

This div border color is #8253c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8253c0


Comments

No comments written yet.

Please login to write comment.