Color Hex Logo

#384474 Color Hex

#384474
(56,68,116)
1 Favorites   0 Comments

Color spaces of #384474

RGB 5668116
HSL0.630.350.34
HSV228°52°45°
CMYK 0.520.410.00   0.55
XYZ6.85046.236017.3656
Yxy6.23600.22500.2048
Hunter Lab24.97205.2658-23.7501
CIE-Lab30.00029.8026-29.1502

#384474 color RGB value is (56,68,116).

#384474 hex color red value is 56, green value is 68 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #384474 hue: 0.63 , saturation: 0.35 and the lightness value of 384474 is 0.34.

The process color (four color CMYK) of #384474 color hex is 0.52, 0.41, 0.00, 0.55. Web safe color of #384474 is #333366. Color #384474 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000100 01110100
Octal 70 104 164
Decimal 56 68 116
Hex 38 44 74

RGB Percentages of Color #384474

%23.33
%28.33
%48.33

CMYK Percentages of Color #384474

%52
%41
%0
%55

Triadic Colors of #384474

#384474 #743844 #447438

Analogous Colors of #384474

#384474 #4a3874 #386274

Monochromatic Colors of #384474

#384474

Complementary Color

#384474 #746838

#384474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384474 Color CSS Codes

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

#384474 Text Font Color

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

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


#384474 Background Color

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

This div background color is #384474


#384474 Border Color

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

This div border color is #384474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384474


Comments

No comments written yet.

Please login to write comment.