Color Hex Logo

#372afa Color Hex

#372AFA
(55,42,250)
0 Favorites   0 Comments

Color spaces of #372afa

RGB 5542250
HSL0.680.950.57
HSV244°83°98°
CMYK 0.780.830.00   0.02
XYZ19.65889.370391.2150
Yxy9.37030.16350.0779
Hunter Lab30.610961.0662-155.2457
CIE-Lab36.687768.5921-97.6971

#372afa color RGB value is (55,42,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101010 11111010
Octal 67 52 372
Decimal 55 42 250
Hex 37 2A FA

RGB Percentages of Color #372afa

%15.85
%12.10
%72.05

CMYK Percentages of Color #372afa

%78
%83
%0
%2

Triadic Colors of #372afa

#372afa #fa372a #2afa37

Analogous Colors of #372afa

#372afa #9f2afa #2a85fa

Monochromatic Colors of #372afa

#372afa

Complementary Color

#372afa #edfa2a

#372afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#372afa Color CSS Codes

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

#372afa Text Font Color

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

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


#372afa Background Color

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

This div background color is #372afa


#372afa Border Color

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

This div border color is #372afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372afa


Comments

No comments written yet.

Please login to write comment.