Color Hex Logo

#2e28cc Color Hex

#2E28CC
(46,40,204)
0 Favorites   0 Comments

Color spaces of #2e28cc

RGB 4640204
HSL0.670.670.48
HSV242°80°80°
CMYK 0.770.800.00   0.20
XYZ12.78466.458157.6994
Yxy6.45810.16620.0839
Hunter Lab25.412845.3269-116.8282
CIE-Lab30.540055.5812-81.6041

#2e28cc color RGB value is (46,40,204).

#2e28cc hex color red value is 46, green value is 40 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2e28cc hue: 0.67 , saturation: 0.67 and the lightness value of 2e28cc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00101000 11001100
Octal 56 50 314
Decimal 46 40 204
Hex 2E 28 CC

RGB Percentages of Color #2e28cc

%15.86
%13.79
%70.34

CMYK Percentages of Color #2e28cc

%77
%80
%0
%20

Triadic Colors of #2e28cc

#2e28cc #cc2e28 #28cc2e

Analogous Colors of #2e28cc

#2e28cc #8028cc #2874cc

Monochromatic Colors of #2e28cc

#2e28cc

Complementary Color

#2e28cc #c6cc28

#2e28cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e28cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e28cc Color CSS Codes

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

#2e28cc Text Font Color

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

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


#2e28cc Background Color

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

This div background color is #2e28cc


#2e28cc Border Color

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

This div border color is #2e28cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,40,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 #2e28cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e28cc


Comments

No comments written yet.

Please login to write comment.