Color Hex Logo

#380abb Color Hex

#380ABB
(56,10,187)
0 Favorites   0 Comments

Color spaces of #380abb

RGB 5610187
HSL0.710.900.39
HSV256°95°73°
CMYK 0.700.950.00   0.27
XYZ10.70914.645747.3460
Yxy4.64570.17080.0741
Hunter Lab21.553950.9689-115.1507
CIE-Lab25.700561.7513-79.6229

#380abb color RGB value is (56,10,187).

#380abb hex color red value is 56, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #380abb hue: 0.71 , saturation: 0.90 and the lightness value of 380abb is 0.39.

The process color (four color CMYK) of #380abb color hex is 0.70, 0.95, 0.00, 0.27. Web safe color of #380abb is #3300cc. Color #380abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001010 10111011
Octal 70 12 273
Decimal 56 10 187
Hex 38 A BB

RGB Percentages of Color #380abb

%22.13
%3.95
%73.91

CMYK Percentages of Color #380abb

%70
%95
%0
%27

Triadic Colors of #380abb

#380abb #bb380a #0abb38

Analogous Colors of #380abb

#380abb #910abb #0a35bb

Monochromatic Colors of #380abb

#380abb

Complementary Color

#380abb #8dbb0a

#380abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#380abb Color CSS Codes

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

#380abb Text Font Color

<p style="color:#380abb">Text here</p>

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


#380abb Background Color

<div style="background-color:#380abb">
Div content here</div>

This div background color is #380abb


#380abb Border Color

<div style="border:3px solid #380abb">
Div here</div>

This div border color is #380abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,10,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #380abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #380abb;
  -webkit-box-shadow: 1px 1px 3px 2px #380abb;
  box-shadow:         1px 1px 3px 2px #380abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,10,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380abb


Comments

No comments written yet.

Please login to write comment.