Color Hex Logo

#241efe Color Hex

#241EFE
(36,30,254)
0 Favorites   0 Comments

Color spaces of #241efe

RGB 3630254
HSL0.670.990.56
HSV242°88°100°
CMYK 0.860.880.00   0.00
XYZ19.08128.459494.3931
Yxy8.45940.15650.0694
Hunter Lab29.085066.2058-172.0612
CIE-Lab34.921973.2786-102.9063

#241efe color RGB value is (36,30,254).

#241efe hex color red value is 36, green value is 30 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #241efe hue: 0.67 , saturation: 0.99 and the lightness value of 241efe is 0.56.

The process color (four color CMYK) of #241efe color hex is 0.86, 0.88, 0.00, 0.00. Web safe color of #241efe is #3333ff. Color #241efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011110 11111110
Octal 44 36 376
Decimal 36 30 254
Hex 24 1E FE

RGB Percentages of Color #241efe

%11.25
%9.38
%79.38

CMYK Percentages of Color #241efe

%86
%88
%0
%0

Triadic Colors of #241efe

#241efe #fe241e #1efe24

Analogous Colors of #241efe

#241efe #941efe #1e88fe

Monochromatic Colors of #241efe

#241efe

Complementary Color

#241efe #f8fe1e

#241efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#241efe Color CSS Codes

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

#241efe Text Font Color

<p style="color:#241efe">Text here</p>

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


#241efe Background Color

<div style="background-color:#241efe">
Div content here</div>

This div background color is #241efe


#241efe Border Color

<div style="border:3px solid #241efe">
Div here</div>

This div border color is #241efe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,30,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #241efe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #241efe;
  -webkit-box-shadow: 1px 1px 3px 2px #241efe;
  box-shadow:         1px 1px 3px 2px #241efe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241efe

Related Colors


Comments

No comments written yet.

Please login to write comment.