Color Hex Logo

#8230eb Color Hex

#8230EB
(130,48,235)
0 Favorites   0 Comments

Color spaces of #8230eb

RGB 13048235
HSL0.740.820.55
HSV266°80°92°
CMYK 0.450.800.00   0.08
XYZ25.258312.857979.7478
Yxy12.85790.21430.1091
Hunter Lab35.857962.9840-106.7601
CIE-Lab42.548469.0952-79.3354

#8230eb color RGB value is (130,48,235).

#8230eb hex color red value is 130, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8230eb hue: 0.74 , saturation: 0.82 and the lightness value of 8230eb is 0.55.

The process color (four color CMYK) of #8230eb color hex is 0.45, 0.80, 0.00, 0.08. Web safe color of #8230eb is #9933ff. Color #8230eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110000 11101011
Octal 202 60 353
Decimal 130 48 235
Hex 82 30 EB

RGB Percentages of Color #8230eb

%31.48
%11.62
%56.90

CMYK Percentages of Color #8230eb

%45
%80
%0
%8

Triadic Colors of #8230eb

#8230eb #eb8230 #30eb82

Analogous Colors of #8230eb

#8230eb #e030eb #303beb

Monochromatic Colors of #8230eb

#8230eb

Complementary Color

#8230eb #99eb30

#8230eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8230eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8230eb Color CSS Codes

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

#8230eb Text Font Color

<p style="color:#8230eb">Text here</p>

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


#8230eb Background Color

<div style="background-color:#8230eb">
Div content here</div>

This div background color is #8230eb


#8230eb Border Color

<div style="border:3px solid #8230eb">
Div here</div>

This div border color is #8230eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,48,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8230eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8230eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8230eb;
  box-shadow:         1px 1px 3px 2px #8230eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8230eb


Comments

No comments written yet.

Please login to write comment.