Color Hex Logo

#2e82fc Color Hex

#2E82FC
(46,130,252)
0 Favorites   0 Comments

Color spaces of #2e82fc

RGB 46130252
HSL0.600.970.58
HSV216°82°99°
CMYK 0.820.480.00   0.01
XYZ26.680023.574495.2396
Yxy23.57440.18340.1620
Hunter Lab48.553513.1167-82.3123
CIE-Lab55.659118.5047-67.7208

#2e82fc color RGB value is (46,130,252).

#2e82fc hex color red value is 46, green value is 130 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #2e82fc hue: 0.60 , saturation: 0.97 and the lightness value of 2e82fc is 0.58.

The process color (four color CMYK) of #2e82fc color hex is 0.82, 0.48, 0.00, 0.01. Web safe color of #2e82fc is #3399ff. Color #2e82fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10000010 11111100
Octal 56 202 374
Decimal 46 130 252
Hex 2E 82 FC

RGB Percentages of Color #2e82fc

%10.75
%30.37
%58.88

CMYK Percentages of Color #2e82fc

%82
%48
%0
%1

Triadic Colors of #2e82fc

#2e82fc #fc2e82 #82fc2e

Analogous Colors of #2e82fc

#2e82fc #412efc #2ee9fc

Monochromatic Colors of #2e82fc

#2e82fc

Complementary Color

#2e82fc #fca82e

#2e82fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e82fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e82fc Color CSS Codes

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

#2e82fc Text Font Color

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

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


#2e82fc Background Color

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

This div background color is #2e82fc


#2e82fc Border Color

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

This div border color is #2e82fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e82fc


Comments

No comments written yet.

Please login to write comment.