Color Hex Logo

#2e72da Color Hex

#2E72DA
(46,114,218)
0 Favorites   0 Comments

Color spaces of #2e72da

RGB 46114218
HSL0.600.700.52
HSV216°79°85°
CMYK 0.790.480.00   0.15
XYZ19.798917.677468.6982
Yxy17.67740.18650.1665
Hunter Lab42.044510.4784-67.4452
CIE-Lab49.102515.7809-59.2916

#2e72da color RGB value is (46,114,218).

#2e72da hex color red value is 46, green value is 114 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2e72da hue: 0.60 , saturation: 0.70 and the lightness value of 2e72da is 0.52.

The process color (four color CMYK) of #2e72da color hex is 0.79, 0.48, 0.00, 0.15. Web safe color of #2e72da is #3366cc. Color #2e72da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01110010 11011010
Octal 56 162 332
Decimal 46 114 218
Hex 2E 72 DA

RGB Percentages of Color #2e72da

%12.17
%30.16
%57.67

CMYK Percentages of Color #2e72da

%79
%48
%0
%15

Triadic Colors of #2e72da

#2e72da #da2e72 #72da2e

Analogous Colors of #2e72da

#2e72da #402eda #2ec8da

Monochromatic Colors of #2e72da

#2e72da

Complementary Color

#2e72da #da962e

#2e72da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e72da Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e72da Color CSS Codes

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

#2e72da Text Font Color

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

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


#2e72da Background Color

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

This div background color is #2e72da


#2e72da Border Color

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

This div border color is #2e72da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e72da


Comments

No comments written yet.

Please login to write comment.