Color Hex Logo

#984aeb Color Hex

#984AEB
(152,74,235)
0 Favorites   0 Comments

Color spaces of #984aeb

RGB 15274235
HSL0.750.800.61
HSV269°69°92°
CMYK 0.350.690.00   0.08
XYZ30.393117.571180.3869
Yxy17.57110.23680.1369
Hunter Lab41.917956.0674-84.3593
CIE-Lab48.971761.8625-68.7409

#984aeb color RGB value is (152,74,235).

#984aeb hex color red value is 152, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #984aeb hue: 0.75 , saturation: 0.80 and the lightness value of 984aeb is 0.61.

The process color (four color CMYK) of #984aeb color hex is 0.35, 0.69, 0.00, 0.08. Web safe color of #984aeb is #9933ff. Color #984aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001010 11101011
Octal 230 112 353
Decimal 152 74 235
Hex 98 4A EB

RGB Percentages of Color #984aeb

%32.97
%16.05
%50.98

CMYK Percentages of Color #984aeb

%35
%69
%0
%8

Triadic Colors of #984aeb

#984aeb #eb984a #4aeb98

Analogous Colors of #984aeb

#984aeb #e94aeb #4a4ceb

Monochromatic Colors of #984aeb

#984aeb

Complementary Color

#984aeb #9deb4a

#984aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#984aeb Color CSS Codes

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

#984aeb Text Font Color

<p style="color:#984aeb">Text here</p>

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


#984aeb Background Color

<div style="background-color:#984aeb">
Div content here</div>

This div background color is #984aeb


#984aeb Border Color

<div style="border:3px solid #984aeb">
Div here</div>

This div border color is #984aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,74,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #984aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #984aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #984aeb;
  box-shadow:         1px 1px 3px 2px #984aeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984aeb


Comments

No comments written yet.

Please login to write comment.