Color Hex Logo

#247eea Color Hex

#247EEA
(36,126,234)
0 Favorites   0 Comments

Color spaces of #247eea

RGB 36126234
HSL0.590.830.53
HSV213°85°92°
CMYK 0.850.460.00   0.08
XYZ23.039721.237380.7268
Yxy21.23730.18430.1699
Hunter Lab46.08398.5943-71.6015
CIE-Lab53.208213.4456-61.6910

#247eea color RGB value is (36,126,234).

#247eea hex color red value is 36, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #247eea hue: 0.59 , saturation: 0.83 and the lightness value of 247eea is 0.53.

The process color (four color CMYK) of #247eea color hex is 0.85, 0.46, 0.00, 0.08. Web safe color of #247eea is #3366ff. Color #247eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111110 11101010
Octal 44 176 352
Decimal 36 126 234
Hex 24 7E EA

RGB Percentages of Color #247eea

%9.09
%31.82
%59.09

CMYK Percentages of Color #247eea

%85
%46
%0
%8

Triadic Colors of #247eea

#247eea #ea247e #7eea24

Analogous Colors of #247eea

#247eea #2d24ea #24e1ea

Monochromatic Colors of #247eea

#247eea

Complementary Color

#247eea #ea9024

#247eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#247eea Color CSS Codes

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

#247eea Text Font Color

<p style="color:#247eea">Text here</p>

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


#247eea Background Color

<div style="background-color:#247eea">
Div content here</div>

This div background color is #247eea


#247eea Border Color

<div style="border:3px solid #247eea">
Div here</div>

This div border color is #247eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,126,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #247eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #247eea;
  -webkit-box-shadow: 1px 1px 3px 2px #247eea;
  box-shadow:         1px 1px 3px 2px #247eea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247eea


Comments

No comments written yet.

Please login to write comment.