Color Hex Logo

#241ebe Color Hex

#241EBE
(36,30,190)
0 Favorites   0 Comments

Color spaces of #241ebe

RGB 3630190
HSL0.670.730.43
HSV242°84°75°
CMYK 0.810.840.00   0.25
XYZ10.48615.021349.1317
Yxy5.02130.16220.0777
Hunter Lab22.408344.3159-114.3118
CIE-Lab26.795455.3442-79.6167

#241ebe color RGB value is (36,30,190).

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

The process color (four color CMYK) of #241ebe color hex is 0.81, 0.84, 0.00, 0.25. Web safe color of #241ebe is #3333cc. Color #241ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011110 10111110
Octal 44 36 276
Decimal 36 30 190
Hex 24 1E BE

RGB Percentages of Color #241ebe

%14.06
%11.72
%74.22

CMYK Percentages of Color #241ebe

%81
%84
%0
%25

Triadic Colors of #241ebe

#241ebe #be241e #1ebe24

Analogous Colors of #241ebe

#241ebe #741ebe #1e68be

Monochromatic Colors of #241ebe

#241ebe

Complementary Color

#241ebe #b8be1e

#241ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#241ebe Color CSS Codes

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

#241ebe Text Font Color

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

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


#241ebe Background Color

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

This div background color is #241ebe


#241ebe Border Color

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

This div border color is #241ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241ebe


Comments

No comments written yet.

Please login to write comment.