Color Hex Logo

#371eca Color Hex

#371ECA
(55,30,202)
0 Favorites   0 Comments

Color spaces of #371eca

RGB 5530202
HSL0.690.740.45
HSV249°85°79°
CMYK 0.730.850.00   0.21
XYZ12.70056.005056.3668
Yxy6.00500.16920.0800
Hunter Lab24.505149.6290-119.2257
CIE-Lab29.425159.8238-82.2706

#371eca color RGB value is (55,30,202).

#371eca hex color red value is 55, green value is 30 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #371eca hue: 0.69 , saturation: 0.74 and the lightness value of 371eca is 0.45.

The process color (four color CMYK) of #371eca color hex is 0.73, 0.85, 0.00, 0.21. Web safe color of #371eca is #3333cc. Color #371eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011110 11001010
Octal 67 36 312
Decimal 55 30 202
Hex 37 1E CA

RGB Percentages of Color #371eca

%19.16
%10.45
%70.38

CMYK Percentages of Color #371eca

%73
%85
%0
%21

Triadic Colors of #371eca

#371eca #ca371e #1eca37

Analogous Colors of #371eca

#371eca #8d1eca #1e5bca

Monochromatic Colors of #371eca

#371eca

Complementary Color

#371eca #b1ca1e

#371eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#371eca Color CSS Codes

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

#371eca Text Font Color

<p style="color:#371eca">Text here</p>

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


#371eca Background Color

<div style="background-color:#371eca">
Div content here</div>

This div background color is #371eca


#371eca Border Color

<div style="border:3px solid #371eca">
Div here</div>

This div border color is #371eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371eca


Comments

No comments written yet.

Please login to write comment.