Color Hex Logo

#383064 Color Hex

#383064
(56,48,100)
0 Favorites   0 Comments

Color spaces of #383064

RGB 5648100
HSL0.690.350.29
HSV249°52°39°
CMYK 0.440.520.00   0.61
XYZ4.98813.874812.5416
Yxy3.87480.23300.1810
Hunter Lab19.684510.7844-23.9963
CIE-Lab23.253118.0039-29.6329

#383064 color RGB value is (56,48,100).

#383064 hex color red value is 56, green value is 48 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #383064 hue: 0.69 , saturation: 0.35 and the lightness value of 383064 is 0.29.

The process color (four color CMYK) of #383064 color hex is 0.44, 0.52, 0.00, 0.61. Web safe color of #383064 is #333366. Color #383064 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110000 01100100
Octal 70 60 144
Decimal 56 48 100
Hex 38 30 64

RGB Percentages of Color #383064

%27.45
%23.53
%49.02

CMYK Percentages of Color #383064

%44
%52
%0
%61

Triadic Colors of #383064

#383064 #643830 #306438

Analogous Colors of #383064

#383064 #523064 #304264

Monochromatic Colors of #383064

#383064

Complementary Color

#383064 #5c6430

#383064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383064 Color CSS Codes

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

#383064 Text Font Color

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

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


#383064 Background Color

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

This div background color is #383064


#383064 Border Color

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

This div border color is #383064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383064


Comments

No comments written yet.

Please login to write comment.