Color Hex Logo

#552138 Color Hex

#552138
(85,33,56)
0 Favorites   0 Comments

Color spaces of #552138

RGB 853356
HSL0.930.440.23
HSV333°61°33°
CMYK 0.000.610.34   0.67
XYZ5.00403.30454.1155
Yxy3.30450.40280.2660
Hunter Lab18.178317.3243-0.6983
CIE-Lab21.224326.9476-2.9400

#552138 color RGB value is (85,33,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 00111000
Octal 125 41 70
Decimal 85 33 56
Hex 55 21 38

RGB Percentages of Color #552138

%48.85
%18.97
%32.18

CMYK Percentages of Color #552138

%0
%61
%34
%67

Triadic Colors of #552138

#552138 #385521 #213855

Analogous Colors of #552138

#552138 #552421 #552152

Monochromatic Colors of #552138

#552138

Complementary Color

#552138 #21553e

#552138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552138 Color CSS Codes

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

#552138 Text Font Color

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

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


#552138 Background Color

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

This div background color is #552138


#552138 Border Color

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

This div border color is #552138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552138


Comments

No comments written yet.

Please login to write comment.