Color Hex Logo

#380ada Color Hex

#380ADA
(56,10,218)
0 Favorites   0 Comments

Color spaces of #380ada

RGB 5610218
HSL0.700.910.45
HSV253°95°85°
CMYK 0.740.950.00   0.15
XYZ14.39436.119866.7522
Yxy6.11980.16490.0701
Hunter Lab24.738260.5709-142.6679
CIE-Lab29.712769.4768-91.0870

#380ada color RGB value is (56,10,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001010 11011010
Octal 70 12 332
Decimal 56 10 218
Hex 38 A DA

RGB Percentages of Color #380ada

%19.72
%3.52
%76.76

CMYK Percentages of Color #380ada

%74
%95
%0
%15

Triadic Colors of #380ada

#380ada #da380a #0ada38

Analogous Colors of #380ada

#380ada #a00ada #0a44da

Monochromatic Colors of #380ada

#380ada

Complementary Color

#380ada #acda0a

#380ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#380ada Color CSS Codes

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

#380ada Text Font Color

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

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


#380ada Background Color

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

This div background color is #380ada


#380ada Border Color

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

This div border color is #380ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380ada


Comments

No comments written yet.

Please login to write comment.