Color Hex Logo

#371adf Color Hex

#371ADF
(55,26,223)
0 Favorites   0 Comments

Color spaces of #371adf

RGB 5526223
HSL0.690.790.49
HSV249°88°87°
CMYK 0.750.880.00   0.13
XYZ15.26426.878770.3353
Yxy6.87870.16510.0744
Hunter Lab26.227357.9888-140.6425
CIE-Lab31.529266.9115-90.9423

#371adf color RGB value is (55,26,223).

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

The process color (four color CMYK) of #371adf color hex is 0.75, 0.88, 0.00, 0.13. Web safe color of #371adf is #3333cc. Color #371adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011010 11011111
Octal 67 32 337
Decimal 55 26 223
Hex 37 1A DF

RGB Percentages of Color #371adf

%18.09
%8.55
%73.36

CMYK Percentages of Color #371adf

%75
%88
%0
%13

Triadic Colors of #371adf

#371adf #df371a #1adf37

Analogous Colors of #371adf

#371adf #9a1adf #1a5fdf

Monochromatic Colors of #371adf

#371adf

Complementary Color

#371adf #c2df1a

#371adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#371adf Color CSS Codes

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

#371adf Text Font Color

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

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


#371adf Background Color

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

This div background color is #371adf


#371adf Border Color

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

This div border color is #371adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371adf


Comments

No comments written yet.

Please login to write comment.