Color Hex Logo

#241edc Color Hex

#241EDC
(36,30,220)
0 Favorites   0 Comments

Color spaces of #241edc

RGB 3630220
HSL0.670.760.49
HSV242°86°86°
CMYK 0.840.860.00   0.14
XYZ14.11016.470968.2155
Yxy6.47090.15890.0729
Hunter Lab25.438054.4951-141.1880
CIE-Lab30.570764.0129-90.8402

#241edc color RGB value is (36,30,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011110 11011100
Octal 44 36 334
Decimal 36 30 220
Hex 24 1E DC

RGB Percentages of Color #241edc

%12.59
%10.49
%76.92

CMYK Percentages of Color #241edc

%84
%86
%0
%14

Triadic Colors of #241edc

#241edc #dc241e #1edc24

Analogous Colors of #241edc

#241edc #831edc #1e77dc

Monochromatic Colors of #241edc

#241edc

Complementary Color

#241edc #d6dc1e

#241edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#241edc Color CSS Codes

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

#241edc Text Font Color

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

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


#241edc Background Color

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

This div background color is #241edc


#241edc Border Color

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

This div border color is #241edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241edc


Comments

No comments written yet.

Please login to write comment.