Color Hex Logo

#384fa0 Color Hex

#384FA0
(56,79,160)
0 Favorites   0 Comments

Color spaces of #384fa0

RGB 5679160
HSL0.630.480.42
HSV227°65°63°
CMYK 0.650.510.00   0.37
XYZ10.77208.970834.4215
Yxy8.97080.19890.1656
Hunter Lab29.951311.7829-47.1731
CIE-Lab35.928018.1393-46.7137

#384fa0 color RGB value is (56,79,160).

#384fa0 hex color red value is 56, green value is 79 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #384fa0 hue: 0.63 , saturation: 0.48 and the lightness value of 384fa0 is 0.42.

The process color (four color CMYK) of #384fa0 color hex is 0.65, 0.51, 0.00, 0.37. Web safe color of #384fa0 is #336699. Color #384fa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001111 10100000
Octal 70 117 240
Decimal 56 79 160
Hex 38 4F A0

RGB Percentages of Color #384fa0

%18.98
%26.78
%54.24

CMYK Percentages of Color #384fa0

%65
%51
%0
%37

Triadic Colors of #384fa0

#384fa0 #a0384f #4fa038

Analogous Colors of #384fa0

#384fa0 #5538a0 #3883a0

Monochromatic Colors of #384fa0

#384fa0

Complementary Color

#384fa0 #a08938

#384fa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384fa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384fa0 Color CSS Codes

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

#384fa0 Text Font Color

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

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


#384fa0 Background Color

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

This div background color is #384fa0


#384fa0 Border Color

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

This div border color is #384fa0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,79,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384fa0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384fa0;
  -webkit-box-shadow: 1px 1px 3px 2px #384fa0;
  box-shadow:         1px 1px 3px 2px #384fa0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384fa0

#384fa0 Color Palettes


Comments

No comments written yet.

Please login to write comment.