Color Hex Logo

#552338 Color Hex

#552338
(85,35,56)
0 Favorites   0 Comments

Color spaces of #552338

RGB 853556
HSL0.930.420.24
HSV335°59°33°
CMYK 0.000.590.34   0.67
XYZ5.06123.41894.1345
Yxy3.41890.40120.2710
Hunter Lab18.490316.5015-0.3143
CIE-Lab21.649025.8283-2.3109

#552338 color RGB value is (85,35,56).

#552338 hex color red value is 85, green value is 35 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #552338 hue: 0.93 , saturation: 0.42 and the lightness value of 552338 is 0.24.

The process color (four color CMYK) of #552338 color hex is 0.00, 0.59, 0.34, 0.67. Web safe color of #552338 is #663333. Color #552338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100011 00111000
Octal 125 43 70
Decimal 85 35 56
Hex 55 23 38

RGB Percentages of Color #552338

%48.30
%19.89
%31.82

CMYK Percentages of Color #552338

%0
%59
%34
%67

Triadic Colors of #552338

#552338 #385523 #233855

Analogous Colors of #552338

#552338 #552723 #552351

Monochromatic Colors of #552338

#552338

Complementary Color

#552338 #235540

#552338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552338 Color CSS Codes

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

#552338 Text Font Color

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

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


#552338 Background Color

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

This div background color is #552338


#552338 Border Color

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

This div border color is #552338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552338


Comments

No comments written yet.

Please login to write comment.