Color Hex Logo

#9838ff Color Hex

#9838FF
(152,56,255)
0 Favorites   0 Comments

Color spaces of #9838ff

RGB 15256255
HSL0.751.000.61
HSV269°78°100°
CMYK 0.400.780.00   0.00
XYZ32.413116.723796.1274
Yxy16.72370.22310.1151
Hunter Lab40.894669.9136-110.7416
CIE-Lab47.910073.8517-81.6739

#9838ff color RGB value is (152,56,255).

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

The process color (four color CMYK) of #9838ff color hex is 0.40, 0.78, 0.00, 0.00. Web safe color of #9838ff is #9933ff. Color #9838ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111000 11111111
Octal 230 70 377
Decimal 152 56 255
Hex 98 38 FF

RGB Percentages of Color #9838ff

%32.83
%12.10
%55.08

CMYK Percentages of Color #9838ff

%40
%78
%0
%0

Triadic Colors of #9838ff

#9838ff #ff9838 #38ff98

Analogous Colors of #9838ff

#9838ff #fc38ff #383bff

Monochromatic Colors of #9838ff

#9838ff

Complementary Color

#9838ff #9fff38

#9838ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9838ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9838ff Color CSS Codes

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

#9838ff Text Font Color

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

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


#9838ff Background Color

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

This div background color is #9838ff


#9838ff Border Color

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

This div border color is #9838ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,56,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9838ff


Comments

No comments written yet.

Please login to write comment.