Color Hex Logo

#384fb8 Color Hex

#384FB8
(56,79,184)
0 Favorites   0 Comments

Color spaces of #384fb8

RGB 5679184
HSL0.640.530.47
HSV229°70°72°
CMYK 0.700.570.00   0.28
XYZ13.07869.893446.5677
Yxy9.89340.18810.1423
Hunter Lab31.453819.1769-65.7619
CIE-Lab37.650426.8816-58.1848

#384fb8 color RGB value is (56,79,184).

#384fb8 hex color red value is 56, green value is 79 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #384fb8 hue: 0.64 , saturation: 0.53 and the lightness value of 384fb8 is 0.47.

The process color (four color CMYK) of #384fb8 color hex is 0.70, 0.57, 0.00, 0.28. Web safe color of #384fb8 is #3366cc. Color #384fb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001111 10111000
Octal 70 117 270
Decimal 56 79 184
Hex 38 4F B8

RGB Percentages of Color #384fb8

%17.55
%24.76
%57.68

CMYK Percentages of Color #384fb8

%70
%57
%0
%28

Triadic Colors of #384fb8

#384fb8 #b8384f #4fb838

Analogous Colors of #384fb8

#384fb8 #6138b8 #388fb8

Monochromatic Colors of #384fb8

#384fb8

Complementary Color

#384fb8 #b8a138

#384fb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384fb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384fb8 Color CSS Codes

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

#384fb8 Text Font Color

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

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


#384fb8 Background Color

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

This div background color is #384fb8


#384fb8 Border Color

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

This div border color is #384fb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384fb8


Comments

No comments written yet.

Please login to write comment.