Color Hex Logo

#9838ee Color Hex

#9838EE
(152,56,238)
0 Favorites   0 Comments

Color spaces of #9838ee

RGB 15256238
HSL0.750.840.58
HSV272°76°93°
CMYK 0.360.760.00   0.07
XYZ29.795715.676882.3444
Yxy15.67680.23310.1227
Hunter Lab39.593965.0375-95.5910
CIE-Lab46.547670.0563-74.3760

#9838ee color RGB value is (152,56,238).

#9838ee hex color red value is 152, green value is 56 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9838ee hue: 0.75 , saturation: 0.84 and the lightness value of 9838ee is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111000 11101110
Octal 230 70 356
Decimal 152 56 238
Hex 98 38 EE

RGB Percentages of Color #9838ee

%34.08
%12.56
%53.36

CMYK Percentages of Color #9838ee

%36
%76
%0
%7

Triadic Colors of #9838ee

#9838ee #ee9838 #38ee98

Analogous Colors of #9838ee

#9838ee #ee38e9 #3d38ee

Monochromatic Colors of #9838ee

#9838ee

Complementary Color

#9838ee #8eee38

#9838ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9838ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9838ee Color CSS Codes

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

#9838ee Text Font Color

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

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


#9838ee Background Color

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

This div background color is #9838ee


#9838ee Border Color

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

This div border color is #9838ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,56,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 #9838ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9838ee


Comments

No comments written yet.

Please login to write comment.