Color Hex Logo

#380bcd Color Hex

#380BCD
(56,11,205)
0 Favorites   0 Comments

Color spaces of #380bcd

RGB 5611205
HSL0.710.900.42
HSV254°95°80°
CMYK 0.730.950.00   0.20
XYZ12.77005.487958.1438
Yxy5.48790.16710.0718
Hunter Lab23.426356.3070-130.7589
CIE-Lab28.081966.0789-86.2566

#380bcd color RGB value is (56,11,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001011 11001101
Octal 70 13 315
Decimal 56 11 205
Hex 38 B CD

RGB Percentages of Color #380bcd

%20.59
%4.04
%75.37

CMYK Percentages of Color #380bcd

%73
%95
%0
%20

Triadic Colors of #380bcd

#380bcd #cd380b #0bcd38

Analogous Colors of #380bcd

#380bcd #990bcd #0b3fcd

Monochromatic Colors of #380bcd

#380bcd

Complementary Color

#380bcd #a0cd0b

#380bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#380bcd Color CSS Codes

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

#380bcd Text Font Color

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

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


#380bcd Background Color

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

This div background color is #380bcd


#380bcd Border Color

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

This div border color is #380bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380bcd


Comments

No comments written yet.

Please login to write comment.