Color Hex Logo

#2e55ff Color Hex

#2E55FF
(46,85,255)
0 Favorites   0 Comments

Color spaces of #2e55ff

RGB 4685255
HSL0.641.000.59
HSV229°82°100°
CMYK 0.820.670.00   0.00
XYZ22.425214.297896.1856
Yxy14.29780.16870.1076
Hunter Lab37.812439.6902-124.3506
CIE-Lab44.657047.5076-87.3211

#2e55ff color RGB value is (46,85,255).

#2e55ff hex color red value is 46, green value is 85 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #2e55ff hue: 0.64 , saturation: 1.00 and the lightness value of 2e55ff is 0.59.

The process color (four color CMYK) of #2e55ff color hex is 0.82, 0.67, 0.00, 0.00. Web safe color of #2e55ff is #3366ff. Color #2e55ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01010101 11111111
Octal 56 125 377
Decimal 46 85 255
Hex 2E 55 FF

RGB Percentages of Color #2e55ff

%11.92
%22.02
%66.06

CMYK Percentages of Color #2e55ff

%82
%67
%0
%0

Triadic Colors of #2e55ff

#2e55ff #ff2e55 #55ff2e

Analogous Colors of #2e55ff

#2e55ff #702eff #2ebeff

Monochromatic Colors of #2e55ff

#2e55ff

Complementary Color

#2e55ff #ffd82e

#2e55ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e55ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e55ff Color CSS Codes

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

#2e55ff Text Font Color

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

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


#2e55ff Background Color

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

This div background color is #2e55ff


#2e55ff Border Color

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

This div border color is #2e55ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e55ff

Related Colors


Comments

No comments written yet.

Please login to write comment.