Color Hex Logo

#372edd Color Hex

#372EDD
(55,46,221)
0 Favorites   0 Comments

Color spaces of #372edd

RGB 5546221
HSL0.680.720.52
HSV243°79°87°
CMYK 0.750.790.00   0.13
XYZ15.60377.986769.1258
Yxy7.98670.16830.0861
Hunter Lab28.260849.0995-125.2408
CIE-Lab33.955258.4547-85.7628

#372edd color RGB value is (55,46,221).

#372edd hex color red value is 55, green value is 46 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #372edd hue: 0.68 , saturation: 0.72 and the lightness value of 372edd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101110 11011101
Octal 67 56 335
Decimal 55 46 221
Hex 37 2E DD

RGB Percentages of Color #372edd

%17.08
%14.29
%68.63

CMYK Percentages of Color #372edd

%75
%79
%0
%13

Triadic Colors of #372edd

#372edd #dd372e #2edd37

Analogous Colors of #372edd

#372edd #8f2edd #2e7ddd

Monochromatic Colors of #372edd

#372edd

Complementary Color

#372edd #d4dd2e

#372edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#372edd Color CSS Codes

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

#372edd Text Font Color

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

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


#372edd Background Color

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

This div background color is #372edd


#372edd Border Color

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

This div border color is #372edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,46,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 #372edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372edd


Comments

No comments written yet.

Please login to write comment.