Color Hex Logo

#380cbb Color Hex

#380CBB
(56,12,187)
0 Favorites   0 Comments

Color spaces of #380cbb

RGB 5612187
HSL0.710.880.39
HSV255°94°73°
CMYK 0.700.940.00   0.27
XYZ10.73204.691647.3536
Yxy4.69160.17100.0747
Hunter Lab21.660150.5368-114.4585
CIE-Lab25.837461.3333-79.3950

#380cbb color RGB value is (56,12,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001100 10111011
Octal 70 14 273
Decimal 56 12 187
Hex 38 C BB

RGB Percentages of Color #380cbb

%21.96
%4.71
%73.33

CMYK Percentages of Color #380cbb

%70
%94
%0
%27

Triadic Colors of #380cbb

#380cbb #bb380c #0cbb38

Analogous Colors of #380cbb

#380cbb #900cbb #0c38bb

Monochromatic Colors of #380cbb

#380cbb

Complementary Color

#380cbb #8fbb0c

#380cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#380cbb Color CSS Codes

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

#380cbb Text Font Color

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

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


#380cbb Background Color

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

This div background color is #380cbb


#380cbb Border Color

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

This div border color is #380cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,12,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 #380cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380cbb


Comments

No comments written yet.

Please login to write comment.