Color Hex Logo

#982eba Color Hex

#982EBA
(152,46,186)
0 Favorites   0 Comments

Color spaces of #982eba

RGB 15246186
HSL0.790.600.45
HSV285°75°73°
CMYK 0.180.750.00   0.27
XYZ22.788812.174647.6032
Yxy12.17460.27600.1475
Hunter Lab34.892155.5210-56.4647
CIE-Lab41.492362.8096-52.6696

#982eba color RGB value is (152,46,186).

#982eba hex color red value is 152, green value is 46 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #982eba hue: 0.79 , saturation: 0.60 and the lightness value of 982eba is 0.45.

The process color (four color CMYK) of #982eba color hex is 0.18, 0.75, 0.00, 0.27. Web safe color of #982eba is #9933cc. Color #982eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101110 10111010
Octal 230 56 272
Decimal 152 46 186
Hex 98 2E BA

RGB Percentages of Color #982eba

%39.58
%11.98
%48.44

CMYK Percentages of Color #982eba

%18
%75
%0
%27

Triadic Colors of #982eba

#982eba #ba982e #2eba98

Analogous Colors of #982eba

#982eba #ba2e96 #522eba

Monochromatic Colors of #982eba

#982eba

Complementary Color

#982eba #50ba2e

#982eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#982eba Color CSS Codes

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

#982eba Text Font Color

<p style="color:#982eba">Text here</p>

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


#982eba Background Color

<div style="background-color:#982eba">
Div content here</div>

This div background color is #982eba


#982eba Border Color

<div style="border:3px solid #982eba">
Div here</div>

This div border color is #982eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,46,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #982eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #982eba;
  -webkit-box-shadow: 1px 1px 3px 2px #982eba;
  box-shadow:         1px 1px 3px 2px #982eba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982eba


Comments

No comments written yet.

Please login to write comment.