Color Hex Logo

#2e24cc Color Hex

#2E24CC
(46,36,204)
0 Favorites   0 Comments

Color spaces of #2e24cc

RGB 4636204
HSL0.680.700.47
HSV244°82°80°
CMYK 0.770.820.00   0.20
XYZ12.65676.202257.6568
Yxy6.20220.16540.0811
Hunter Lab24.904247.1340-119.8318
CIE-Lab29.917057.4094-82.6384

#2e24cc color RGB value is (46,36,204).

#2e24cc hex color red value is 46, green value is 36 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2e24cc hue: 0.68 , saturation: 0.70 and the lightness value of 2e24cc is 0.47.

The process color (four color CMYK) of #2e24cc color hex is 0.77, 0.82, 0.00, 0.20. Web safe color of #2e24cc is #3333cc. Color #2e24cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00100100 11001100
Octal 56 44 314
Decimal 46 36 204
Hex 2E 24 CC

RGB Percentages of Color #2e24cc

%16.08
%12.59
%71.33

CMYK Percentages of Color #2e24cc

%77
%82
%0
%20

Triadic Colors of #2e24cc

#2e24cc #cc2e24 #24cc2e

Analogous Colors of #2e24cc

#2e24cc #8224cc #246ecc

Monochromatic Colors of #2e24cc

#2e24cc

Complementary Color

#2e24cc #c2cc24

#2e24cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e24cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e24cc Color CSS Codes

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

#2e24cc Text Font Color

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

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


#2e24cc Background Color

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

This div background color is #2e24cc


#2e24cc Border Color

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

This div border color is #2e24cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e24cc


Comments

No comments written yet.

Please login to write comment.