Color Hex Logo

#371dce Color Hex

#371DCE
(55,29,206)
0 Favorites   0 Comments

Color spaces of #371dce

RGB 5529206
HSL0.690.750.46
HSV249°86°81°
CMYK 0.730.860.00   0.19
XYZ13.15556.147258.8857
Yxy6.14720.16830.0786
Hunter Lab24.793551.3237-123.4607
CIE-Lab29.780861.3072-84.0146

#371dce color RGB value is (55,29,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011101 11001110
Octal 67 35 316
Decimal 55 29 206
Hex 37 1D CE

RGB Percentages of Color #371dce

%18.97
%10.00
%71.03

CMYK Percentages of Color #371dce

%73
%86
%0
%19

Triadic Colors of #371dce

#371dce #ce371d #1dce37

Analogous Colors of #371dce

#371dce #901dce #1d5bce

Monochromatic Colors of #371dce

#371dce

Complementary Color

#371dce #b4ce1d

#371dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#371dce Color CSS Codes

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

#371dce Text Font Color

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

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


#371dce Background Color

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

This div background color is #371dce


#371dce Border Color

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

This div border color is #371dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371dce


Comments

No comments written yet.

Please login to write comment.