Color Hex Logo

#247fce Color Hex

#247FCE
(36,127,206)
0 Favorites   0 Comments

Color spaces of #247fce

RGB 36127206
HSL0.580.700.47
HSV208°83°81°
CMYK 0.830.380.00   0.19
XYZ19.457520.010061.2293
Yxy20.01000.19320.1987
Hunter Lab44.7325-0.6390-49.8426
CIE-Lab51.84852.2310-48.1005

#247fce color RGB value is (36,127,206).

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

The process color (four color CMYK) of #247fce color hex is 0.83, 0.38, 0.00, 0.19. Web safe color of #247fce is #3366cc. Color #247fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111111 11001110
Octal 44 177 316
Decimal 36 127 206
Hex 24 7F CE

RGB Percentages of Color #247fce

%9.76
%34.42
%55.83

CMYK Percentages of Color #247fce

%83
%38
%0
%19

Triadic Colors of #247fce

#247fce #ce247f #7fce24

Analogous Colors of #247fce

#247fce #242ace #24cec8

Monochromatic Colors of #247fce

#247fce

Complementary Color

#247fce #ce7324

#247fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#247fce Color CSS Codes

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

#247fce Text Font Color

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

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


#247fce Background Color

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

This div background color is #247fce


#247fce Border Color

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

This div border color is #247fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #247fce


Comments

No comments written yet.

Please login to write comment.