Color Hex Logo

#247ecd Color Hex

#247ECD
(36,126,205)
0 Favorites   0 Comments

Color spaces of #247ecd

RGB 36126205
HSL0.580.700.47
HSV208°82°80°
CMYK 0.820.390.00   0.20
XYZ19.207919.704660.5486
Yxy19.70460.19310.1981
Hunter Lab44.3899-0.4437-49.7998
CIE-Lab51.50162.4610-48.0847

#247ecd color RGB value is (36,126,205).

#247ecd hex color red value is 36, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #247ecd hue: 0.58 , saturation: 0.70 and the lightness value of 247ecd is 0.47.

The process color (four color CMYK) of #247ecd color hex is 0.82, 0.39, 0.00, 0.20. Web safe color of #247ecd is #3366cc. Color #247ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111110 11001101
Octal 44 176 315
Decimal 36 126 205
Hex 24 7E CD

RGB Percentages of Color #247ecd

%9.81
%34.33
%55.86

CMYK Percentages of Color #247ecd

%82
%39
%0
%20

Triadic Colors of #247ecd

#247ecd #cd247e #7ecd24

Analogous Colors of #247ecd

#247ecd #242acd #24cdc8

Monochromatic Colors of #247ecd

#247ecd

Complementary Color

#247ecd #cd7324

#247ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#247ecd Color CSS Codes

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

#247ecd Text Font Color

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

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


#247ecd Background Color

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

This div background color is #247ecd


#247ecd Border Color

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

This div border color is #247ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247ecd


Comments

No comments written yet.

Please login to write comment.