Color Hex Logo

#363252 Color Hex

#363252
(54,50,82)
0 Favorites   0 Comments

Color spaces of #363252

RGB 545082
HSL0.690.240.26
HSV248°39°32°
CMYK 0.340.390.00   0.68
XYZ4.18493.67478.4714
Yxy3.67470.25630.2250
Hunter Lab19.16955.4217-12.7828
CIE-Lab22.565510.3268-18.8889

#363252 color RGB value is (54,50,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110010 01010010
Octal 66 62 122
Decimal 54 50 82
Hex 36 32 52

RGB Percentages of Color #363252

%29.03
%26.88
%44.09

CMYK Percentages of Color #363252

%34
%39
%0
%68

Triadic Colors of #363252

#363252 #523632 #325236

Analogous Colors of #363252

#363252 #463252 #323e52

Monochromatic Colors of #363252

#363252

Complementary Color

#363252 #4e5232

#363252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363252 Color CSS Codes

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

#363252 Text Font Color

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

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


#363252 Background Color

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

This div background color is #363252


#363252 Border Color

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

This div border color is #363252


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,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 #363252">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363252


Comments

No comments written yet.

Please login to write comment.