Color Hex Logo

#390bdc Color Hex

#390BDC
(57,11,220)
0 Favorites   0 Comments

Color spaces of #390bdc

RGB 5711220
HSL0.700.900.45
HSV253°95°86°
CMYK 0.740.950.00   0.14
XYZ14.72536.276568.1455
Yxy6.27650.16520.0704
Hunter Lab25.052961.0738-143.7353
CIE-Lab30.099669.8366-91.5939

#390bdc color RGB value is (57,11,220).

#390bdc hex color red value is 57, green value is 11 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #390bdc hue: 0.70 , saturation: 0.90 and the lightness value of 390bdc is 0.45.

The process color (four color CMYK) of #390bdc color hex is 0.74, 0.95, 0.00, 0.14. Web safe color of #390bdc is #3300cc. Color #390bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001011 11011100
Octal 71 13 334
Decimal 57 11 220
Hex 39 B DC

RGB Percentages of Color #390bdc

%19.79
%3.82
%76.39

CMYK Percentages of Color #390bdc

%74
%95
%0
%14

Triadic Colors of #390bdc

#390bdc #dc390b #0bdc39

Analogous Colors of #390bdc

#390bdc #a20bdc #0b46dc

Monochromatic Colors of #390bdc

#390bdc

Complementary Color

#390bdc #aedc0b

#390bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#390bdc Color CSS Codes

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

#390bdc Text Font Color

<p style="color:#390bdc">Text here</p>

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


#390bdc Background Color

<div style="background-color:#390bdc">
Div content here</div>

This div background color is #390bdc


#390bdc Border Color

<div style="border:3px solid #390bdc">
Div here</div>

This div border color is #390bdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,11,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #390bdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #390bdc;
  -webkit-box-shadow: 1px 1px 3px 2px #390bdc;
  box-shadow:         1px 1px 3px 2px #390bdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,11,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390bdc


Comments

No comments written yet.

Please login to write comment.