Color Hex Logo

#372afb Color Hex

#372AFB
(55,42,251)
0 Favorites   0 Comments

Color spaces of #372afb

RGB 5542251
HSL0.680.960.57
HSV244°83°98°
CMYK 0.780.830.00   0.02
XYZ19.81619.433292.0432
Yxy9.43320.16340.0778
Hunter Lab30.713561.4180-156.1826
CIE-Lab36.805368.8717-98.0632

#372afb color RGB value is (55,42,251).

#372afb hex color red value is 55, green value is 42 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #372afb hue: 0.68 , saturation: 0.96 and the lightness value of 372afb is 0.57.

The process color (four color CMYK) of #372afb color hex is 0.78, 0.83, 0.00, 0.02. Web safe color of #372afb is #3333ff. Color #372afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101010 11111011
Octal 67 52 373
Decimal 55 42 251
Hex 37 2A FB

RGB Percentages of Color #372afb

%15.80
%12.07
%72.13

CMYK Percentages of Color #372afb

%78
%83
%0
%2

Triadic Colors of #372afb

#372afb #fb372a #2afb37

Analogous Colors of #372afb

#372afb #a02afb #2a86fb

Monochromatic Colors of #372afb

#372afb

Complementary Color

#372afb #eefb2a

#372afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#372afb Color CSS Codes

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

#372afb Text Font Color

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

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


#372afb Background Color

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

This div background color is #372afb


#372afb Border Color

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

This div border color is #372afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,42,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372afb


Comments

No comments written yet.

Please login to write comment.