Color Hex Logo

#8244ea Color Hex

#8244EA
(130,68,234)
0 Favorites   0 Comments

Color spaces of #8244ea

RGB 13068234
HSL0.730.800.59
HSV262°71°92°
CMYK 0.440.710.00   0.08
XYZ26.124314.820679.3257
Yxy14.82060.21720.1232
Hunter Lab38.497553.7588-95.2211
CIE-Lab45.387560.4901-74.1217

#8244ea color RGB value is (130,68,234).

#8244ea hex color red value is 130, green value is 68 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8244ea hue: 0.73 , saturation: 0.80 and the lightness value of 8244ea is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000100 11101010
Octal 202 104 352
Decimal 130 68 234
Hex 82 44 EA

RGB Percentages of Color #8244ea

%30.09
%15.74
%54.17

CMYK Percentages of Color #8244ea

%44
%71
%0
%8

Triadic Colors of #8244ea

#8244ea #ea8244 #44ea82

Analogous Colors of #8244ea

#8244ea #d544ea #4459ea

Monochromatic Colors of #8244ea

#8244ea

Complementary Color

#8244ea #acea44

#8244ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8244ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8244ea Color CSS Codes

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

#8244ea Text Font Color

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

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


#8244ea Background Color

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

This div background color is #8244ea


#8244ea Border Color

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

This div border color is #8244ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,68,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 #8244ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8244ea


Comments

No comments written yet.

Please login to write comment.