Color Hex Logo

#8037ee Color Hex

#8037EE
(128,55,238)
0 Favorites   0 Comments

Color spaces of #8037ee

RGB 12855238
HSL0.730.840.57
HSV264°77°93°
CMYK 0.460.770.00   0.07
XYZ25.700913.494682.1391
Yxy13.49460.21180.1112
Hunter Lab36.735060.5977-106.8574
CIE-Lab43.499266.8633-79.4802

#8037ee color RGB value is (128,55,238).

#8037ee hex color red value is 128, green value is 55 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8037ee hue: 0.73 , saturation: 0.84 and the lightness value of 8037ee is 0.57.

The process color (four color CMYK) of #8037ee color hex is 0.46, 0.77, 0.00, 0.07. Web safe color of #8037ee is #9933ff. Color #8037ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110111 11101110
Octal 200 67 356
Decimal 128 55 238
Hex 80 37 EE

RGB Percentages of Color #8037ee

%30.40
%13.06
%56.53

CMYK Percentages of Color #8037ee

%46
%77
%0
%7

Triadic Colors of #8037ee

#8037ee #ee8037 #37ee80

Analogous Colors of #8037ee

#8037ee #dc37ee #3749ee

Monochromatic Colors of #8037ee

#8037ee

Complementary Color

#8037ee #a5ee37

#8037ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8037ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8037ee Color CSS Codes

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

#8037ee Text Font Color

<p style="color:#8037ee">Text here</p>

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


#8037ee Background Color

<div style="background-color:#8037ee">
Div content here</div>

This div background color is #8037ee


#8037ee Border Color

<div style="border:3px solid #8037ee">
Div here</div>

This div border color is #8037ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,55,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8037ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8037ee;
  -webkit-box-shadow: 1px 1px 3px 2px #8037ee;
  box-shadow:         1px 1px 3px 2px #8037ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,55,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8037ee


Comments

No comments written yet.

Please login to write comment.