Color Hex Logo

#380bca Color Hex

#380BCA
(56,11,202)
0 Favorites   0 Comments

Color spaces of #380bca

RGB 5611202
HSL0.710.900.42
HSV254°95°79°
CMYK 0.720.950.00   0.21
XYZ12.41125.344456.2545
Yxy5.34440.16770.0722
Hunter Lab23.118055.3738-128.0918
CIE-Lab27.694365.3284-85.1481

#380bca color RGB value is (56,11,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001011 11001010
Octal 70 13 312
Decimal 56 11 202
Hex 38 B CA

RGB Percentages of Color #380bca

%20.82
%4.09
%75.09

CMYK Percentages of Color #380bca

%72
%95
%0
%21

Triadic Colors of #380bca

#380bca #ca380b #0bca38

Analogous Colors of #380bca

#380bca #980bca #0b3eca

Monochromatic Colors of #380bca

#380bca

Complementary Color

#380bca #9dca0b

#380bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#380bca Color CSS Codes

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

#380bca Text Font Color

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

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


#380bca Background Color

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

This div background color is #380bca


#380bca Border Color

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

This div border color is #380bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380bca


Comments

No comments written yet.

Please login to write comment.