Color Hex Logo

#370bdc Color Hex

#370BDC
(55,11,220)
0 Favorites   0 Comments

Color spaces of #370bdc

RGB 5511220
HSL0.700.900.45
HSV253°95°86°
CMYK 0.750.950.00   0.14
XYZ14.61356.218968.1403
Yxy6.21890.16420.0699
Hunter Lab24.937760.9599-144.5487
CIE-Lab29.958169.7650-91.8334

#370bdc color RGB value is (55,11,220).

#370bdc hex color red value is 55, green value is 11 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #370bdc hue: 0.70 , saturation: 0.90 and the lightness value of 370bdc is 0.45.

The process color (four color CMYK) of #370bdc color hex is 0.75, 0.95, 0.00, 0.14. Web safe color of #370bdc is #3300cc. Color #370bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001011 11011100
Octal 67 13 334
Decimal 55 11 220
Hex 37 B DC

RGB Percentages of Color #370bdc

%19.23
%3.85
%76.92

CMYK Percentages of Color #370bdc

%75
%95
%0
%14

Triadic Colors of #370bdc

#370bdc #dc370b #0bdc37

Analogous Colors of #370bdc

#370bdc #a00bdc #0b48dc

Monochromatic Colors of #370bdc

#370bdc

Complementary Color

#370bdc #b0dc0b

#370bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#370bdc Color CSS Codes

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

#370bdc Text Font Color

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

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


#370bdc Background Color

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

This div background color is #370bdc


#370bdc Border Color

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

This div border color is #370bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370bdc


Comments

No comments written yet.

Please login to write comment.