Color Hex Logo

#8230be Color Hex

#8230BE
(130,48,190)
0 Favorites   0 Comments

Color spaces of #8230be

RGB 13048190
HSL0.760.600.47
HSV275°75°75°
CMYK 0.320.750.00   0.25
XYZ19.557110.577449.7261
Yxy10.57740.24490.1324
Hunter Lab32.522950.4228-67.8857
CIE-Lab38.859458.7206-59.4328

#8230be color RGB value is (130,48,190).

#8230be hex color red value is 130, green value is 48 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8230be hue: 0.76 , saturation: 0.60 and the lightness value of 8230be is 0.47.

The process color (four color CMYK) of #8230be color hex is 0.32, 0.75, 0.00, 0.25. Web safe color of #8230be is #9933cc. Color #8230be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110000 10111110
Octal 202 60 276
Decimal 130 48 190
Hex 82 30 BE

RGB Percentages of Color #8230be

%35.33
%13.04
%51.63

CMYK Percentages of Color #8230be

%32
%75
%0
%25

Triadic Colors of #8230be

#8230be #be8230 #30be82

Analogous Colors of #8230be

#8230be #be30b3 #3b30be

Monochromatic Colors of #8230be

#8230be

Complementary Color

#8230be #6cbe30

#8230be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8230be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8230be Color CSS Codes

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

#8230be Text Font Color

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

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


#8230be Background Color

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

This div background color is #8230be


#8230be Border Color

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

This div border color is #8230be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8230be


Comments

No comments written yet.

Please login to write comment.