Color Hex Logo

#8275ea Color Hex

#8275EA
(130,117,234)
0 Favorites   0 Comments

Color spaces of #8275ea

RGB 130117234
HSL0.690.740.69
HSV247°50°92°
CMYK 0.440.500.00   0.08
XYZ30.418523.408980.7570
Yxy23.40890.22600.1739
Hunter Lab48.382727.5541-65.0947
CIE-Lab55.491033.8571-57.7777

#8275ea color RGB value is (130,117,234).

#8275ea hex color red value is 130, green value is 117 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8275ea hue: 0.69 , saturation: 0.74 and the lightness value of 8275ea is 0.69.

The process color (four color CMYK) of #8275ea color hex is 0.44, 0.50, 0.00, 0.08. Web safe color of #8275ea is #9966ff. Color #8275ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110101 11101010
Octal 202 165 352
Decimal 130 117 234
Hex 82 75 EA

RGB Percentages of Color #8275ea

%27.03
%24.32
%48.65

CMYK Percentages of Color #8275ea

%44
%50
%0
%8

Triadic Colors of #8275ea

#8275ea #ea8275 #75ea82

Analogous Colors of #8275ea

#8275ea #bd75ea #75a3ea

Monochromatic Colors of #8275ea

#8275ea

Complementary Color

#8275ea #ddea75

#8275ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8275ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8275ea Color CSS Codes

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

#8275ea Text Font Color

<p style="color:#8275ea">Text here</p>

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


#8275ea Background Color

<div style="background-color:#8275ea">
Div content here</div>

This div background color is #8275ea


#8275ea Border Color

<div style="border:3px solid #8275ea">
Div here</div>

This div border color is #8275ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,117,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8275ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8275ea;
  -webkit-box-shadow: 1px 1px 3px 2px #8275ea;
  box-shadow:         1px 1px 3px 2px #8275ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8275ea


Comments

No comments written yet.

Please login to write comment.