Color Hex Logo

#370ece Color Hex

#370ECE
(55,14,206)
0 Favorites   0 Comments

Color spaces of #370ece

RGB 5514206
HSL0.700.870.43
HSV253°93°81°
CMYK 0.730.930.00   0.19
XYZ12.87325.582558.7916
Yxy5.58250.16660.0723
Hunter Lab23.627355.9068-130.9916
CIE-Lab28.333765.6813-86.4228

#370ece color RGB value is (55,14,206).

#370ece hex color red value is 55, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #370ece hue: 0.70 , saturation: 0.87 and the lightness value of 370ece is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001110 11001110
Octal 67 16 316
Decimal 55 14 206
Hex 37 E CE

RGB Percentages of Color #370ece

%20.00
%5.09
%74.91

CMYK Percentages of Color #370ece

%73
%93
%0
%19

Triadic Colors of #370ece

#370ece #ce370e #0ece37

Analogous Colors of #370ece

#370ece #970ece #0e45ce

Monochromatic Colors of #370ece

#370ece

Complementary Color

#370ece #a5ce0e

#370ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#370ece Color CSS Codes

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

#370ece Text Font Color

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

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


#370ece Background Color

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

This div background color is #370ece


#370ece Border Color

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

This div border color is #370ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370ece


Comments

No comments written yet.

Please login to write comment.