Color Hex Logo

#380dae Color Hex

#380DAE
(56,13,174)
0 Favorites   0 Comments

Color spaces of #380dae

RGB 5613174
HSL0.710.860.37
HSV256°93°68°
CMYK 0.680.930.00   0.32
XYZ9.41484.184640.3559
Yxy4.18460.17450.0776
Hunter Lab20.456346.3543-102.6471
CIE-Lab24.272657.7568-74.2278

#380dae color RGB value is (56,13,174).

#380dae hex color red value is 56, green value is 13 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #380dae hue: 0.71 , saturation: 0.86 and the lightness value of 380dae is 0.37.

The process color (four color CMYK) of #380dae color hex is 0.68, 0.93, 0.00, 0.32. Web safe color of #380dae is #330099. Color #380dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001101 10101110
Octal 70 15 256
Decimal 56 13 174
Hex 38 D AE

RGB Percentages of Color #380dae

%23.05
%5.35
%71.60

CMYK Percentages of Color #380dae

%68
%93
%0
%32

Triadic Colors of #380dae

#380dae #ae380d #0dae38

Analogous Colors of #380dae

#380dae #890dae #0d32ae

Monochromatic Colors of #380dae

#380dae

Complementary Color

#380dae #83ae0d

#380dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#380dae Color CSS Codes

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

#380dae Text Font Color

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

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


#380dae Background Color

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

This div background color is #380dae


#380dae Border Color

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

This div border color is #380dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380dae


Comments

No comments written yet.

Please login to write comment.