Color Hex Logo

#372fdd Color Hex

#372FDD
(55,47,221)
0 Favorites   0 Comments

Color spaces of #372fdd

RGB 5547221
HSL0.670.720.53
HSV243°79°87°
CMYK 0.750.790.00   0.13
XYZ15.64328.065769.1390
Yxy8.06570.16850.0869
Hunter Lab28.400248.6199-124.4588
CIE-Lab34.119357.9779-85.4907

#372fdd color RGB value is (55,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101111 11011101
Octal 67 57 335
Decimal 55 47 221
Hex 37 2F DD

RGB Percentages of Color #372fdd

%17.03
%14.55
%68.42

CMYK Percentages of Color #372fdd

%75
%79
%0
%13

Triadic Colors of #372fdd

#372fdd #dd372f #2fdd37

Analogous Colors of #372fdd

#372fdd #8e2fdd #2f7edd

Monochromatic Colors of #372fdd

#372fdd

Complementary Color

#372fdd #d5dd2f

#372fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#372fdd Color CSS Codes

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

#372fdd Text Font Color

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

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


#372fdd Background Color

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

This div background color is #372fdd


#372fdd Border Color

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

This div border color is #372fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372fdd


Comments

No comments written yet.

Please login to write comment.