Color Hex Logo

#370bca Color Hex

#370BCA
(55,11,202)
0 Favorites   0 Comments

Color spaces of #370bca

RGB 5511202
HSL0.710.900.42
HSV254°95°79°
CMYK 0.730.950.00   0.21
XYZ12.35595.315856.2519
Yxy5.31580.16710.0719
Hunter Lab23.056055.3115-128.5161
CIE-Lab27.616265.2877-85.2802

#370bca color RGB value is (55,11,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001011 11001010
Octal 67 13 312
Decimal 55 11 202
Hex 37 B CA

RGB Percentages of Color #370bca

%20.52
%4.10
%75.37

CMYK Percentages of Color #370bca

%73
%95
%0
%21

Triadic Colors of #370bca

#370bca #ca370b #0bca37

Analogous Colors of #370bca

#370bca #970bca #0b3fca

Monochromatic Colors of #370bca

#370bca

Complementary Color

#370bca #9eca0b

#370bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#370bca Color CSS Codes

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

#370bca Text Font Color

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

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


#370bca Background Color

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

This div background color is #370bca


#370bca Border Color

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

This div border color is #370bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370bca


Comments

No comments written yet.

Please login to write comment.