Color Hex Logo

#241edd Color Hex

#241EDD
(36,30,221)
0 Favorites   0 Comments

Color spaces of #241edd

RGB 3630221
HSL0.670.760.49
HSV242°86°87°
CMYK 0.840.860.00   0.13
XYZ14.24306.524168.9152
Yxy6.52410.15880.0727
Hunter Lab25.542354.8368-142.0895
CIE-Lab30.698064.2929-91.2039

#241edd color RGB value is (36,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011110 11011101
Octal 44 36 335
Decimal 36 30 221
Hex 24 1E DD

RGB Percentages of Color #241edd

%12.54
%10.45
%77.00

CMYK Percentages of Color #241edd

%84
%86
%0
%13

Triadic Colors of #241edd

#241edd #dd241e #1edd24

Analogous Colors of #241edd

#241edd #841edd #1e78dd

Monochromatic Colors of #241edd

#241edd

Complementary Color

#241edd #d7dd1e

#241edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#241edd Color CSS Codes

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

#241edd Text Font Color

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

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


#241edd Background Color

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

This div background color is #241edd


#241edd Border Color

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

This div border color is #241edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241edd


Comments

No comments written yet.

Please login to write comment.