Color Hex Logo

#9e7bdc Color Hex

#9E7BDC
(158,123,220)
0 Favorites   0 Comments

Color spaces of #9e7bdc

RGB 158123220
HSL0.730.580.67
HSV262°44°86°
CMYK 0.280.440.00   0.14
XYZ34.101826.602371.0475
Yxy26.60230.25880.2019
Hunter Lab51.577427.7596-45.5673
CIE-Lab58.604433.7193-44.8425

#9e7bdc color RGB value is (158,123,220).

#9e7bdc hex color red value is 158, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9e7bdc hue: 0.73 , saturation: 0.58 and the lightness value of 9e7bdc is 0.67.

The process color (four color CMYK) of #9e7bdc color hex is 0.28, 0.44, 0.00, 0.14. Web safe color of #9e7bdc is #9966cc. Color #9e7bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111011 11011100
Octal 236 173 334
Decimal 158 123 220
Hex 9E 7B DC

RGB Percentages of Color #9e7bdc

%31.54
%24.55
%43.91

CMYK Percentages of Color #9e7bdc

%28
%44
%0
%14

Triadic Colors of #9e7bdc

#9e7bdc #dc9e7b #7bdc9e

Analogous Colors of #9e7bdc

#9e7bdc #cf7bdc #7b89dc

Monochromatic Colors of #9e7bdc

#9e7bdc

Complementary Color

#9e7bdc #b9dc7b

#9e7bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e7bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e7bdc Color CSS Codes

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

#9e7bdc Text Font Color

<p style="color:#9e7bdc">Text here</p>

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


#9e7bdc Background Color

<div style="background-color:#9e7bdc">
Div content here</div>

This div background color is #9e7bdc


#9e7bdc Border Color

<div style="border:3px solid #9e7bdc">
Div here</div>

This div border color is #9e7bdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,123,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e7bdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e7bdc;
  -webkit-box-shadow: 1px 1px 3px 2px #9e7bdc;
  box-shadow:         1px 1px 3px 2px #9e7bdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,123,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e7bdc


Comments

No comments written yet.

Please login to write comment.