Color Hex Logo

#9e2fbc Color Hex

#9E2FBC
(158,47,188)
0 Favorites   0 Comments

Color spaces of #9e2fbc

RGB 15847188
HSL0.800.600.46
HSV287°75°74°
CMYK 0.160.750.00   0.26
XYZ24.194212.933048.7981
Yxy12.93300.28160.1505
Hunter Lab35.962557.1537-55.2779
CIE-Lab42.662164.0256-51.9123

#9e2fbc color RGB value is (158,47,188).

#9e2fbc hex color red value is 158, green value is 47 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9e2fbc hue: 0.80 , saturation: 0.60 and the lightness value of 9e2fbc is 0.46.

The process color (four color CMYK) of #9e2fbc color hex is 0.16, 0.75, 0.00, 0.26. Web safe color of #9e2fbc is #9933cc. Color #9e2fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00101111 10111100
Octal 236 57 274
Decimal 158 47 188
Hex 9E 2F BC

RGB Percentages of Color #9e2fbc

%40.20
%11.96
%47.84

CMYK Percentages of Color #9e2fbc

%16
%75
%0
%26

Triadic Colors of #9e2fbc

#9e2fbc #bc9e2f #2fbc9e

Analogous Colors of #9e2fbc

#9e2fbc #bc2f94 #582fbc

Monochromatic Colors of #9e2fbc

#9e2fbc

Complementary Color

#9e2fbc #4dbc2f

#9e2fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e2fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e2fbc Color CSS Codes

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

#9e2fbc Text Font Color

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

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


#9e2fbc Background Color

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

This div background color is #9e2fbc


#9e2fbc Border Color

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

This div border color is #9e2fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e2fbc


Comments

No comments written yet.

Please login to write comment.