Color Hex Logo

#372afd Color Hex

#372AFD
(55,42,253)
0 Favorites   0 Comments

Color spaces of #372afd

RGB 5542253
HSL0.680.980.58
HSV244°83°99°
CMYK 0.780.830.00   0.01
XYZ20.13319.560093.7126
Yxy9.56000.16310.0775
Hunter Lab30.919262.1218-158.0575
CIE-Lab37.040969.4290-98.7935

#372afd color RGB value is (55,42,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101010 11111101
Octal 67 52 375
Decimal 55 42 253
Hex 37 2A FD

RGB Percentages of Color #372afd

%15.71
%12.00
%72.29

CMYK Percentages of Color #372afd

%78
%83
%0
%1

Triadic Colors of #372afd

#372afd #fd372a #2afd37

Analogous Colors of #372afd

#372afd #a12afd #2a87fd

Monochromatic Colors of #372afd

#372afd

Complementary Color

#372afd #f0fd2a

#372afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#372afd Color CSS Codes

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

#372afd Text Font Color

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

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


#372afd Background Color

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

This div background color is #372afd


#372afd Border Color

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

This div border color is #372afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372afd

Related Colors


Comments

No comments written yet.

Please login to write comment.