Color Hex Logo

#384865 Color Hex

#384865
(56,72,101)
0 Favorites   0 Comments

Color spaces of #384865

RGB 5672101
HSL0.610.290.31
HSV219°45°40°
CMYK 0.450.290.00   0.60
XYZ6.29726.415113.2183
Yxy6.41510.24280.2474
Hunter Lab25.32800.0556-13.2129
CIE-Lab30.43652.1632-18.9675

#384865 color RGB value is (56,72,101).

#384865 hex color red value is 56, green value is 72 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #384865 hue: 0.61 , saturation: 0.29 and the lightness value of 384865 is 0.31.

The process color (four color CMYK) of #384865 color hex is 0.45, 0.29, 0.00, 0.60. Web safe color of #384865 is #333366. Color #384865 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001000 01100101
Octal 70 110 145
Decimal 56 72 101
Hex 38 48 65

RGB Percentages of Color #384865

%24.45
%31.44
%44.10

CMYK Percentages of Color #384865

%45
%29
%0
%60

Triadic Colors of #384865

#384865 #653848 #486538

Analogous Colors of #384865

#384865 #3f3865 #385e65

Monochromatic Colors of #384865

#384865

Complementary Color

#384865 #655538

#384865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384865 Color CSS Codes

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

#384865 Text Font Color

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

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


#384865 Background Color

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

This div background color is #384865


#384865 Border Color

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

This div border color is #384865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384865


Comments

No comments written yet.

Please login to write comment.