Color Hex Logo

#380bad Color Hex

#380BAD
(56,11,173)
0 Favorites   0 Comments

Color spaces of #380bad

RGB 5611173
HSL0.710.880.36
HSV257°94°68°
CMYK 0.680.940.00   0.32
XYZ9.29344.097239.8362
Yxy4.09720.17460.0770
Hunter Lab20.241546.5311-102.5161
CIE-Lab23.990257.9751-74.0952

#380bad color RGB value is (56,11,173).

#380bad hex color red value is 56, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #380bad hue: 0.71 , saturation: 0.88 and the lightness value of 380bad is 0.36.

The process color (four color CMYK) of #380bad color hex is 0.68, 0.94, 0.00, 0.32. Web safe color of #380bad is #330099. Color #380bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001011 10101101
Octal 70 13 255
Decimal 56 11 173
Hex 38 B AD

RGB Percentages of Color #380bad

%23.33
%4.58
%72.08

CMYK Percentages of Color #380bad

%68
%94
%0
%32

Triadic Colors of #380bad

#380bad #ad380b #0bad38

Analogous Colors of #380bad

#380bad #890bad #0b2fad

Monochromatic Colors of #380bad

#380bad

Complementary Color

#380bad #80ad0b

#380bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#380bad Color CSS Codes

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

#380bad Text Font Color

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

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


#380bad Background Color

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

This div background color is #380bad


#380bad Border Color

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

This div border color is #380bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380bad


Comments

No comments written yet.

Please login to write comment.