Color Hex Logo

#371ace Color Hex

#371ACE
(55,26,206)
0 Favorites   0 Comments

Color spaces of #371ace

RGB 5526206
HSL0.690.780.45
HSV250°87°81°
CMYK 0.730.870.00   0.19
XYZ13.08556.007258.8623
Yxy6.00720.16790.0771
Hunter Lab24.509652.4081-125.2343
CIE-Lab29.430662.3572-84.5968

#371ace color RGB value is (55,26,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011010 11001110
Octal 67 32 316
Decimal 55 26 206
Hex 37 1A CE

RGB Percentages of Color #371ace

%19.16
%9.06
%71.78

CMYK Percentages of Color #371ace

%73
%87
%0
%19

Triadic Colors of #371ace

#371ace #ce371a #1ace37

Analogous Colors of #371ace

#371ace #911ace #1a57ce

Monochromatic Colors of #371ace

#371ace

Complementary Color

#371ace #b1ce1a

#371ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#371ace Color CSS Codes

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

#371ace Text Font Color

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

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


#371ace Background Color

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

This div background color is #371ace


#371ace Border Color

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

This div border color is #371ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371ace


Comments

No comments written yet.

Please login to write comment.