Color Hex Logo

#384270 Color Hex

#384270
(56,66,112)
0 Favorites   0 Comments

Color spaces of #384270

RGB 5666112
HSL0.640.330.33
HSV229°50°44°
CMYK 0.500.410.00   0.56
XYZ6.50375.907016.1266
Yxy5.90700.22790.2070
Hunter Lab24.30435.2330-22.3276
CIE-Lab29.17669.7814-27.9268

#384270 color RGB value is (56,66,112).

#384270 hex color red value is 56, green value is 66 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #384270 hue: 0.64 , saturation: 0.33 and the lightness value of 384270 is 0.33.

The process color (four color CMYK) of #384270 color hex is 0.50, 0.41, 0.00, 0.56. Web safe color of #384270 is #333366. Color #384270 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000010 01110000
Octal 70 102 160
Decimal 56 66 112
Hex 38 42 70

RGB Percentages of Color #384270

%23.93
%28.21
%47.86

CMYK Percentages of Color #384270

%50
%41
%0
%56

Triadic Colors of #384270

#384270 #703842 #427038

Analogous Colors of #384270

#384270 #4a3870 #385e70

Monochromatic Colors of #384270

#384270

Complementary Color

#384270 #706638

#384270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384270 Color CSS Codes

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

#384270 Text Font Color

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

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


#384270 Background Color

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

This div background color is #384270


#384270 Border Color

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

This div border color is #384270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384270


Comments

No comments written yet.

Please login to write comment.