Color Hex Logo

#380580 Color Hex

#380580
(56,5,128)
0 Favorites   0 Comments

Color spaces of #380580

RGB 565128
HSL0.740.920.26
HSV265°96°50°
CMYK 0.560.960.00   0.50
XYZ5.58142.507820.6120
Yxy2.50780.19450.0874
Hunter Lab15.836035.1991-66.0860
CIE-Lab17.953847.9914-56.2963

#380580 color RGB value is (56,5,128).

#380580 hex color red value is 56, green value is 5 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #380580 hue: 0.74 , saturation: 0.92 and the lightness value of 380580 is 0.26.

The process color (four color CMYK) of #380580 color hex is 0.56, 0.96, 0.00, 0.50. Web safe color of #380580 is #330099. Color #380580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000101 10000000
Octal 70 5 200
Decimal 56 5 128
Hex 38 5 80

RGB Percentages of Color #380580

%29.63
%2.65
%67.72

CMYK Percentages of Color #380580

%56
%96
%0
%50

Triadic Colors of #380580

#380580 #803805 #058038

Analogous Colors of #380580

#380580 #760580 #050f80

Monochromatic Colors of #380580

#380580

Complementary Color

#380580 #4d8005

#380580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380580 Color CSS Codes

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

#380580 Text Font Color

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

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


#380580 Background Color

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

This div background color is #380580


#380580 Border Color

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

This div border color is #380580


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,5,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #380580; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #380580;
  -webkit-box-shadow: 1px 1px 3px 2px #380580;
  box-shadow:         1px 1px 3px 2px #380580; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380580


Comments

No comments written yet.

Please login to write comment.