Color Hex Logo

#371eee Color Hex

#371EEE
(55,30,238)
0 Favorites   0 Comments

Color spaces of #371eee

RGB 5530238
HSL0.690.860.53
HSV247°87°93°
CMYK 0.770.870.00   0.07
XYZ17.47247.913881.4955
Yxy7.91380.16350.0740
Hunter Lab28.131561.6359-152.0682
CIE-Lab33.802769.6317-95.7215

#371eee color RGB value is (55,30,238).

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

The process color (four color CMYK) of #371eee color hex is 0.77, 0.87, 0.00, 0.07. Web safe color of #371eee is #3333ff. Color #371eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011110 11101110
Octal 67 36 356
Decimal 55 30 238
Hex 37 1E EE

RGB Percentages of Color #371eee

%17.03
%9.29
%73.68

CMYK Percentages of Color #371eee

%77
%87
%0
%7

Triadic Colors of #371eee

#371eee #ee371e #1eee37

Analogous Colors of #371eee

#371eee #9f1eee #1e6dee

Monochromatic Colors of #371eee

#371eee

Complementary Color

#371eee #d5ee1e

#371eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#371eee Color CSS Codes

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

#371eee Text Font Color

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

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


#371eee Background Color

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

This div background color is #371eee


#371eee Border Color

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

This div border color is #371eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371eee


Comments

No comments written yet.

Please login to write comment.