Color Hex Logo

#383252 Color Hex

#383252
(56,50,82)
0 Favorites   0 Comments

Color spaces of #383252

RGB 565082
HSL0.700.240.26
HSV251°39°32°
CMYK 0.320.390.00   0.68
XYZ4.29453.73128.4765
Yxy3.73120.26020.2261
Hunter Lab19.31635.8815-12.4966
CIE-Lab22.762111.0072-18.5670

#383252 color RGB value is (56,50,82).

#383252 hex color red value is 56, green value is 50 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #383252 hue: 0.70 , saturation: 0.24 and the lightness value of 383252 is 0.26.

The process color (four color CMYK) of #383252 color hex is 0.32, 0.39, 0.00, 0.68. Web safe color of #383252 is #333366. Color #383252 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110010 01010010
Octal 70 62 122
Decimal 56 50 82
Hex 38 32 52

RGB Percentages of Color #383252

%29.79
%26.60
%43.62

CMYK Percentages of Color #383252

%32
%39
%0
%68

Triadic Colors of #383252

#383252 #523832 #325238

Analogous Colors of #383252

#383252 #483252 #323c52

Monochromatic Colors of #383252

#383252

Complementary Color

#383252 #4c5232

#383252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383252 Color CSS Codes

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

#383252 Text Font Color

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

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


#383252 Background Color

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

This div background color is #383252


#383252 Border Color

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

This div border color is #383252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383252


Comments

No comments written yet.

Please login to write comment.