Color Hex Logo

#371cea Color Hex

#371CEA
(55,28,234)
0 Favorites   0 Comments

Color spaces of #371cea

RGB 5528234
HSL0.690.830.51
HSV248°88°92°
CMYK 0.760.880.00   0.08
XYZ16.84217.583278.4179
Yxy7.58320.16380.0737
Hunter Lab27.537660.9804-149.5618
CIE-Lab33.099369.2030-94.6191

#371cea color RGB value is (55,28,234).

#371cea hex color red value is 55, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #371cea hue: 0.69 , saturation: 0.83 and the lightness value of 371cea is 0.51.

The process color (four color CMYK) of #371cea color hex is 0.76, 0.88, 0.00, 0.08. Web safe color of #371cea is #3333ff. Color #371cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011100 11101010
Octal 67 34 352
Decimal 55 28 234
Hex 37 1C EA

RGB Percentages of Color #371cea

%17.35
%8.83
%73.82

CMYK Percentages of Color #371cea

%76
%88
%0
%8

Triadic Colors of #371cea

#371cea #ea371c #1cea37

Analogous Colors of #371cea

#371cea #9e1cea #1c68ea

Monochromatic Colors of #371cea

#371cea

Complementary Color

#371cea #cfea1c

#371cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#371cea Color CSS Codes

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

#371cea Text Font Color

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

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


#371cea Background Color

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

This div background color is #371cea


#371cea Border Color

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

This div border color is #371cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371cea


Comments

No comments written yet.

Please login to write comment.