Color Hex Logo

#384190 Color Hex

#384190
(56,65,144)
0 Favorites   0 Comments

Color spaces of #384190

RGB 5665144
HSL0.650.440.39
HSV234°61°56°
CMYK 0.610.550.00   0.44
XYZ8.55526.635027.2153
Yxy6.63500.20170.1565
Hunter Lab25.758514.2081-44.6123
CIE-Lab30.961121.6602-45.0163

#384190 color RGB value is (56,65,144).

#384190 hex color red value is 56, green value is 65 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #384190 hue: 0.65 , saturation: 0.44 and the lightness value of 384190 is 0.39.

The process color (four color CMYK) of #384190 color hex is 0.61, 0.55, 0.00, 0.44. Web safe color of #384190 is #333399. Color #384190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000001 10010000
Octal 70 101 220
Decimal 56 65 144
Hex 38 41 90

RGB Percentages of Color #384190

%21.13
%24.53
%54.34

CMYK Percentages of Color #384190

%61
%55
%0
%44

Triadic Colors of #384190

#384190 #903841 #419038

Analogous Colors of #384190

#384190 #5b3890 #386d90

Monochromatic Colors of #384190

#384190

Complementary Color

#384190 #908738

#384190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384190 Color CSS Codes

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

#384190 Text Font Color

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

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


#384190 Background Color

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

This div background color is #384190


#384190 Border Color

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

This div border color is #384190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384190


Comments

No comments written yet.

Please login to write comment.