Color Hex Logo

#383f55 Color Hex

#383F55
(56,63,85)
0 Favorites   0 Comments

Color spaces of #383f55

RGB 566385
HSL0.630.210.28
HSV226°34°33°
CMYK 0.340.260.00   0.67
XYZ5.04815.05169.3033
Yxy5.05160.26020.2604
Hunter Lab22.47580.7589-8.8086
CIE-Lab26.88133.1130-14.1559

#383f55 color RGB value is (56,63,85).

#383f55 hex color red value is 56, green value is 63 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #383f55 hue: 0.63 , saturation: 0.21 and the lightness value of 383f55 is 0.28.

The process color (four color CMYK) of #383f55 color hex is 0.34, 0.26, 0.00, 0.67. Web safe color of #383f55 is #333366. Color #383f55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111111 01010101
Octal 70 77 125
Decimal 56 63 85
Hex 38 3F 55

RGB Percentages of Color #383f55

%27.45
%30.88
%41.67

CMYK Percentages of Color #383f55

%34
%26
%0
%67

Triadic Colors of #383f55

#383f55 #55383f #3f5538

Analogous Colors of #383f55

#383f55 #403855 #384e55

Monochromatic Colors of #383f55

#383f55

Complementary Color

#383f55 #554e38

#383f55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383f55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383f55 Color CSS Codes

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

#383f55 Text Font Color

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

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


#383f55 Background Color

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

This div background color is #383f55


#383f55 Border Color

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

This div border color is #383f55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,63,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #383f55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #383f55;
  -webkit-box-shadow: 1px 1px 3px 2px #383f55;
  box-shadow:         1px 1px 3px 2px #383f55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383f55


Comments

No comments written yet.

Please login to write comment.