Color Hex Logo

#38489f Color Hex

#38489F
(56,72,159)
0 Favorites   0 Comments

Color spaces of #38489f

RGB 5672159
HSL0.640.480.42
HSV231°65°62°
CMYK 0.650.550.00   0.38
XYZ10.20637.978733.8030
Yxy7.97870.19630.1535
Hunter Lab28.246615.0656-51.1804
CIE-Lab33.938522.4027-49.3230

#38489f color RGB value is (56,72,159).

#38489f hex color red value is 56, green value is 72 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #38489f hue: 0.64 , saturation: 0.48 and the lightness value of 38489f is 0.42.

The process color (four color CMYK) of #38489f color hex is 0.65, 0.55, 0.00, 0.38. Web safe color of #38489f is #333399. Color #38489f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001000 10011111
Octal 70 110 237
Decimal 56 72 159
Hex 38 48 9F

RGB Percentages of Color #38489f

%19.51
%25.09
%55.40

CMYK Percentages of Color #38489f

%65
%55
%0
%38

Triadic Colors of #38489f

#38489f #9f3848 #489f38

Analogous Colors of #38489f

#38489f #5c389f #387c9f

Monochromatic Colors of #38489f

#38489f

Complementary Color

#38489f #9f8f38

#38489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38489f Color CSS Codes

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

#38489f Text Font Color

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

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


#38489f Background Color

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

This div background color is #38489f


#38489f Border Color

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

This div border color is #38489f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,72,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38489f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38489f;
  -webkit-box-shadow: 1px 1px 3px 2px #38489f;
  box-shadow:         1px 1px 3px 2px #38489f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38489f


Comments

No comments written yet.

Please login to write comment.