Color Hex Logo

#241ebc Color Hex

#241EBC
(36,30,188)
0 Favorites   0 Comments

Color spaces of #241ebc

RGB 3630188
HSL0.670.720.43
HSV242°84°74°
CMYK 0.810.840.00   0.26
XYZ10.26894.934547.9882
Yxy4.93450.16250.0781
Hunter Lab22.213743.6424-112.5342
CIE-Lab26.547354.7460-78.8449

#241ebc color RGB value is (36,30,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011110 10111100
Octal 44 36 274
Decimal 36 30 188
Hex 24 1E BC

RGB Percentages of Color #241ebc

%14.17
%11.81
%74.02

CMYK Percentages of Color #241ebc

%81
%84
%0
%26

Triadic Colors of #241ebc

#241ebc #bc241e #1ebc24

Analogous Colors of #241ebc

#241ebc #731ebc #1e67bc

Monochromatic Colors of #241ebc

#241ebc

Complementary Color

#241ebc #b6bc1e

#241ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#241ebc Color CSS Codes

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

#241ebc Text Font Color

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

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


#241ebc Background Color

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

This div background color is #241ebc


#241ebc Border Color

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

This div border color is #241ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241ebc


Comments

No comments written yet.

Please login to write comment.