Color Hex Logo

#2e053c Color Hex

#2E053C
(46,5,60)
0 Favorites   0 Comments

Color spaces of #2e053c

RGB 46560
HSL0.790.850.13
HSV285°92°24°
CMYK 0.230.920.00   0.76
XYZ1.99661.01564.3658
Yxy1.01560.27060.1377
Hunter Lab10.077717.7286-18.6309
CIE-Lab9.120729.6813-25.1423

#2e053c color RGB value is (46,5,60).

#2e053c hex color red value is 46, green value is 5 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #2e053c hue: 0.79 , saturation: 0.85 and the lightness value of 2e053c is 0.13.

The process color (four color CMYK) of #2e053c color hex is 0.23, 0.92, 0.00, 0.76. Web safe color of #2e053c is #330033. Color #2e053c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00000101 00111100
Octal 56 5 74
Decimal 46 5 60
Hex 2E 5 3C

RGB Percentages of Color #2e053c

%41.44
%4.50
%54.05

CMYK Percentages of Color #2e053c

%23
%92
%0
%76

Triadic Colors of #2e053c

#2e053c #3c2e05 #053c2e

Analogous Colors of #2e053c

#2e053c #3c052e #13053c

Monochromatic Colors of #2e053c

#2e053c

Complementary Color

#2e053c #133c05

#2e053c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e053c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e053c Color CSS Codes

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

#2e053c Text Font Color

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

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


#2e053c Background Color

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

This div background color is #2e053c


#2e053c Border Color

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

This div border color is #2e053c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e053c


Comments

No comments written yet.

Please login to write comment.