Color Hex Logo

#384675 Color Hex

#384675
(56,70,117)
0 Favorites   0 Comments

Color spaces of #384675

RGB 5670117
HSL0.630.350.34
HSV226°52°46°
CMYK 0.520.400.00   0.54
XYZ7.03196.505417.7147
Yxy6.50540.22500.2082
Hunter Lab25.50574.5774-23.3253
CIE-Lab30.65338.8092-28.7461

#384675 color RGB value is (56,70,117).

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

The process color (four color CMYK) of #384675 color hex is 0.52, 0.40, 0.00, 0.54. Web safe color of #384675 is #333366. Color #384675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000110 01110101
Octal 70 106 165
Decimal 56 70 117
Hex 38 46 75

RGB Percentages of Color #384675

%23.05
%28.81
%48.15

CMYK Percentages of Color #384675

%52
%40
%0
%54

Triadic Colors of #384675

#384675 #753846 #467538

Analogous Colors of #384675

#384675 #493875 #386575

Monochromatic Colors of #384675

#384675

Complementary Color

#384675 #756738

#384675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384675 Color CSS Codes

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

#384675 Text Font Color

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

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


#384675 Background Color

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

This div background color is #384675


#384675 Border Color

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

This div border color is #384675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384675


Comments

No comments written yet.

Please login to write comment.