Color Hex Logo

#2e1ace Color Hex

#2E1ACE
(46,26,206)
0 Favorites   0 Comments

Color spaces of #2e1ace

RGB 4626206
HSL0.690.780.45
HSV247°87°81°
CMYK 0.780.870.00   0.19
XYZ12.63675.775958.8413
Yxy5.77590.16360.0748
Hunter Lab24.033151.7981-128.3391
CIE-Lab28.839961.9174-85.5960

#2e1ace color RGB value is (46,26,206).

#2e1ace hex color red value is 46, green value is 26 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2e1ace hue: 0.69 , saturation: 0.78 and the lightness value of 2e1ace is 0.45.

The process color (four color CMYK) of #2e1ace color hex is 0.78, 0.87, 0.00, 0.19. Web safe color of #2e1ace is #3333cc. Color #2e1ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00011010 11001110
Octal 56 32 316
Decimal 46 26 206
Hex 2E 1A CE

RGB Percentages of Color #2e1ace

%16.55
%9.35
%74.10

CMYK Percentages of Color #2e1ace

%78
%87
%0
%19

Triadic Colors of #2e1ace

#2e1ace #ce2e1a #1ace2e

Analogous Colors of #2e1ace

#2e1ace #881ace #1a60ce

Monochromatic Colors of #2e1ace

#2e1ace

Complementary Color

#2e1ace #bace1a

#2e1ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e1ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e1ace Color CSS Codes

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

#2e1ace Text Font Color

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

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


#2e1ace Background Color

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

This div background color is #2e1ace


#2e1ace Border Color

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

This div border color is #2e1ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e1ace


Comments

No comments written yet.

Please login to write comment.