Color Hex Logo

#2e0977 Color Hex

#2E0977
(46,9,119)
0 Favorites   0 Comments

Color spaces of #2e0977

RGB 469119
HSL0.720.860.25
HSV260°92°47°
CMYK 0.610.920.00   0.53
XYZ4.55422.108117.6196
Yxy2.10810.18760.0868
Hunter Lab14.519330.5805-61.7867
CIE-Lab16.044643.4817-53.7378

#2e0977 color RGB value is (46,9,119).

#2e0977 hex color red value is 46, green value is 9 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #2e0977 hue: 0.72 , saturation: 0.86 and the lightness value of 2e0977 is 0.25.

The process color (four color CMYK) of #2e0977 color hex is 0.61, 0.92, 0.00, 0.53. Web safe color of #2e0977 is #330066. Color #2e0977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00001001 01110111
Octal 56 11 167
Decimal 46 9 119
Hex 2E 9 77

RGB Percentages of Color #2e0977

%26.44
%5.17
%68.39

CMYK Percentages of Color #2e0977

%61
%92
%0
%53

Triadic Colors of #2e0977

#2e0977 #772e09 #09772e

Analogous Colors of #2e0977

#2e0977 #650977 #091b77

Monochromatic Colors of #2e0977

#2e0977

Complementary Color

#2e0977 #527709

#2e0977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e0977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e0977 Color CSS Codes

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

#2e0977 Text Font Color

<p style="color:#2e0977">Text here</p>

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


#2e0977 Background Color

<div style="background-color:#2e0977">
Div content here</div>

This div background color is #2e0977


#2e0977 Border Color

<div style="border:3px solid #2e0977">
Div here</div>

This div border color is #2e0977


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,9,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2e0977; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2e0977;
  -webkit-box-shadow: 1px 1px 3px 2px #2e0977;
  box-shadow:         1px 1px 3px 2px #2e0977; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e0977


Comments

No comments written yet.

Please login to write comment.