Color Hex Logo

#983edb Color Hex

#983EDB
(152,62,219)
0 Favorites   0 Comments

Color spaces of #983edb

RGB 15262219
HSL0.760.690.55
HSV274°72°86°
CMYK 0.310.720.00   0.14
XYZ27.457715.235168.5113
Yxy15.23510.24690.1370
Hunter Lab39.032257.2619-76.7464
CIE-Lab45.954563.4854-64.5634

#983edb color RGB value is (152,62,219).

#983edb hex color red value is 152, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #983edb hue: 0.76 , saturation: 0.69 and the lightness value of 983edb is 0.55.

The process color (four color CMYK) of #983edb color hex is 0.31, 0.72, 0.00, 0.14. Web safe color of #983edb is #9933cc. Color #983edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111110 11011011
Octal 230 76 333
Decimal 152 62 219
Hex 98 3E DB

RGB Percentages of Color #983edb

%35.10
%14.32
%50.58

CMYK Percentages of Color #983edb

%31
%72
%0
%14

Triadic Colors of #983edb

#983edb #db983e #3edb98

Analogous Colors of #983edb

#983edb #db3ed0 #4a3edb

Monochromatic Colors of #983edb

#983edb

Complementary Color

#983edb #81db3e

#983edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#983edb Color CSS Codes

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

#983edb Text Font Color

<p style="color:#983edb">Text here</p>

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


#983edb Background Color

<div style="background-color:#983edb">
Div content here</div>

This div background color is #983edb


#983edb Border Color

<div style="border:3px solid #983edb">
Div here</div>

This div border color is #983edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,62,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #983edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #983edb;
  -webkit-box-shadow: 1px 1px 3px 2px #983edb;
  box-shadow:         1px 1px 3px 2px #983edb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983edb


Comments

No comments written yet.

Please login to write comment.