Color Hex Logo

#370fcf Color Hex

#370FCF
(55,15,207)
0 Favorites   0 Comments

Color spaces of #370fcf

RGB 5515207
HSL0.700.860.44
HSV253°93°81°
CMYK 0.730.930.00   0.19
XYZ13.00895.658959.4381
Yxy5.65890.16660.0725
Hunter Lab23.788455.9844-131.4908
CIE-Lab28.535165.7126-86.6704

#370fcf color RGB value is (55,15,207).

#370fcf hex color red value is 55, green value is 15 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #370fcf hue: 0.70 , saturation: 0.86 and the lightness value of 370fcf is 0.44.

The process color (four color CMYK) of #370fcf color hex is 0.73, 0.93, 0.00, 0.19. Web safe color of #370fcf is #3300cc. Color #370fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001111 11001111
Octal 67 17 317
Decimal 55 15 207
Hex 37 F CF

RGB Percentages of Color #370fcf

%19.86
%5.42
%74.73

CMYK Percentages of Color #370fcf

%73
%93
%0
%19

Triadic Colors of #370fcf

#370fcf #cf370f #0fcf37

Analogous Colors of #370fcf

#370fcf #970fcf #0f47cf

Monochromatic Colors of #370fcf

#370fcf

Complementary Color

#370fcf #a7cf0f

#370fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#370fcf Color CSS Codes

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

#370fcf Text Font Color

<p style="color:#370fcf">Text here</p>

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


#370fcf Background Color

<div style="background-color:#370fcf">
Div content here</div>

This div background color is #370fcf


#370fcf Border Color

<div style="border:3px solid #370fcf">
Div here</div>

This div border color is #370fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370fcf


Comments

No comments written yet.

Please login to write comment.