Color Hex Logo

#373acf Color Hex

#373ACF
(55,58,207)
0 Favorites   0 Comments

Color spaces of #373acf

RGB 5558207
HSL0.660.610.51
HSV239°73°81°
CMYK 0.730.720.00   0.19
XYZ14.35118.343359.8855
Yxy8.34330.17380.1010
Hunter Lab28.884838.1375-102.7040
CIE-Lab34.687947.7654-76.4713

#373acf color RGB value is (55,58,207).

#373acf hex color red value is 55, green value is 58 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #373acf hue: 0.66 , saturation: 0.61 and the lightness value of 373acf is 0.51.

The process color (four color CMYK) of #373acf color hex is 0.73, 0.72, 0.00, 0.19. Web safe color of #373acf is #3333cc. Color #373acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111010 11001111
Octal 67 72 317
Decimal 55 58 207
Hex 37 3A CF

RGB Percentages of Color #373acf

%17.19
%18.13
%64.69

CMYK Percentages of Color #373acf

%73
%72
%0
%19

Triadic Colors of #373acf

#373acf #cf373a #3acf37

Analogous Colors of #373acf

#373acf #8037cf #3786cf

Monochromatic Colors of #373acf

#373acf

Complementary Color

#373acf #cfcc37

#373acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#373acf Color CSS Codes

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

#373acf Text Font Color

<p style="color:#373acf">Text here</p>

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


#373acf Background Color

<div style="background-color:#373acf">
Div content here</div>

This div background color is #373acf


#373acf Border Color

<div style="border:3px solid #373acf">
Div here</div>

This div border color is #373acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,58,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #373acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #373acf;
  -webkit-box-shadow: 1px 1px 3px 2px #373acf;
  box-shadow:         1px 1px 3px 2px #373acf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373acf


Comments

No comments written yet.

Please login to write comment.