Color Hex Logo

#247fca Color Hex

#247FCA
(36,127,202)
0 Favorites   0 Comments

Color spaces of #247fca

RGB 36127202
HSL0.580.700.47
HSV207°82°79°
CMYK 0.820.370.00   0.21
XYZ18.977619.818158.7022
Yxy19.81810.19460.2033
Hunter Lab44.5175-1.8120-47.0194
CIE-Lab51.63090.7260-46.1726

#247fca color RGB value is (36,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111111 11001010
Octal 44 177 312
Decimal 36 127 202
Hex 24 7F CA

RGB Percentages of Color #247fca

%9.86
%34.79
%55.34

CMYK Percentages of Color #247fca

%82
%37
%0
%21

Triadic Colors of #247fca

#247fca #ca247f #7fca24

Analogous Colors of #247fca

#247fca #242cca #24cac2

Monochromatic Colors of #247fca

#247fca

Complementary Color

#247fca #ca6f24

#247fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#247fca Color CSS Codes

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

#247fca Text Font Color

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

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


#247fca Background Color

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

This div background color is #247fca


#247fca Border Color

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

This div border color is #247fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247fca


Comments

No comments written yet.

Please login to write comment.