Color Hex Logo

#380cac Color Hex

#380CAC
(56,12,172)
0 Favorites   0 Comments

Color spaces of #380cac

RGB 5612172
HSL0.710.870.36
HSV257°93°67°
CMYK 0.670.930.00   0.33
XYZ9.20884.082339.3323
Yxy4.08230.17500.0776
Hunter Lab20.204745.9976-101.2760
CIE-Lab23.941757.4832-73.5732

#380cac color RGB value is (56,12,172).

#380cac hex color red value is 56, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #380cac hue: 0.71 , saturation: 0.87 and the lightness value of 380cac is 0.36.

The process color (four color CMYK) of #380cac color hex is 0.67, 0.93, 0.00, 0.33. Web safe color of #380cac is #330099. Color #380cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001100 10101100
Octal 70 14 254
Decimal 56 12 172
Hex 38 C AC

RGB Percentages of Color #380cac

%23.33
%5.00
%71.67

CMYK Percentages of Color #380cac

%67
%93
%0
%33

Triadic Colors of #380cac

#380cac #ac380c #0cac38

Analogous Colors of #380cac

#380cac #880cac #0c30ac

Monochromatic Colors of #380cac

#380cac

Complementary Color

#380cac #80ac0c

#380cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#380cac Color CSS Codes

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

#380cac Text Font Color

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

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


#380cac Background Color

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

This div background color is #380cac


#380cac Border Color

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

This div border color is #380cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380cac


Comments

No comments written yet.

Please login to write comment.