Color Hex Logo

#390bcb Color Hex

#390BCB
(57,11,203)
0 Favorites   0 Comments

Color spaces of #390bcb

RGB 5711203
HSL0.710.900.42
HSV254°95°80°
CMYK 0.720.950.00   0.20
XYZ12.58655.421056.8829
Yxy5.42100.16810.0724
Hunter Lab23.283055.7494-128.5535
CIE-Lab27.902065.6216-85.3852

#390bcb color RGB value is (57,11,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001011 11001011
Octal 71 13 313
Decimal 57 11 203
Hex 39 B CB

RGB Percentages of Color #390bcb

%21.03
%4.06
%74.91

CMYK Percentages of Color #390bcb

%72
%95
%0
%20

Triadic Colors of #390bcb

#390bcb #cb390b #0bcb39

Analogous Colors of #390bcb

#390bcb #990bcb #0b3dcb

Monochromatic Colors of #390bcb

#390bcb

Complementary Color

#390bcb #9dcb0b

#390bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#390bcb Color CSS Codes

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

#390bcb Text Font Color

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

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


#390bcb Background Color

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

This div background color is #390bcb


#390bcb Border Color

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

This div border color is #390bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390bcb


Comments

No comments written yet.

Please login to write comment.