Color Hex Logo

#248dfa Color Hex

#248DFA
(36,141,250)
0 Favorites   0 Comments

Color spaces of #248dfa

RGB 36141250
HSL0.580.960.56
HSV211°86°98°
CMYK 0.860.440.00   0.02
XYZ27.507726.326994.0743
Yxy26.32690.18600.1780
Hunter Lab51.30975.9037-72.7889
CIE-Lab58.346010.2742-62.3049

#248dfa color RGB value is (36,141,250).

#248dfa hex color red value is 36, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #248dfa hue: 0.58 , saturation: 0.96 and the lightness value of 248dfa is 0.56.

The process color (four color CMYK) of #248dfa color hex is 0.86, 0.44, 0.00, 0.02. Web safe color of #248dfa is #3399ff. Color #248dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001101 11111010
Octal 44 215 372
Decimal 36 141 250
Hex 24 8D FA

RGB Percentages of Color #248dfa

%8.43
%33.02
%58.55

CMYK Percentages of Color #248dfa

%86
%44
%0
%2

Triadic Colors of #248dfa

#248dfa #fa248d #8dfa24

Analogous Colors of #248dfa

#248dfa #2624fa #24f8fa

Monochromatic Colors of #248dfa

#248dfa

Complementary Color

#248dfa #fa9124

#248dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#248dfa Color CSS Codes

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

#248dfa Text Font Color

<p style="color:#248dfa">Text here</p>

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


#248dfa Background Color

<div style="background-color:#248dfa">
Div content here</div>

This div background color is #248dfa


#248dfa Border Color

<div style="border:3px solid #248dfa">
Div here</div>

This div border color is #248dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,141,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #248dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #248dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #248dfa;
  box-shadow:         1px 1px 3px 2px #248dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248dfa


Comments

No comments written yet.

Please login to write comment.