Color Hex Logo

#380add Color Hex

#380ADD
(56,10,221)
0 Favorites   0 Comments

Color spaces of #380add

RGB 5610221
HSL0.700.910.45
HSV253°95°87°
CMYK 0.750.950.00   0.13
XYZ14.79066.278368.8389
Yxy6.27830.16450.0698
Hunter Lab25.056561.5177-145.3504
CIE-Lab30.104070.2140-92.1646

#380add color RGB value is (56,10,221).

#380add hex color red value is 56, green value is 10 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #380add hue: 0.70 , saturation: 0.91 and the lightness value of 380add is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001010 11011101
Octal 70 12 335
Decimal 56 10 221
Hex 38 A DD

RGB Percentages of Color #380add

%19.51
%3.48
%77.00

CMYK Percentages of Color #380add

%75
%95
%0
%13

Triadic Colors of #380add

#380add #dd380a #0add38

Analogous Colors of #380add

#380add #a20add #0a45dd

Monochromatic Colors of #380add

#380add

Complementary Color

#380add #afdd0a

#380add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380add Color Preview on White Background

Lorem ipsum dolor sit amet.

#380add Color CSS Codes

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

#380add Text Font Color

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

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


#380add Background Color

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

This div background color is #380add


#380add Border Color

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

This div border color is #380add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380add


Comments

No comments written yet.

Please login to write comment.