Color Hex Logo

#552146 Color Hex

#552146
(85,33,70)
0 Favorites   0 Comments

Color spaces of #552146

RGB 853370
HSL0.880.440.23
HSV317°61°33°
CMYK 0.000.610.18   0.67
XYZ5.39573.46126.1780
Yxy3.46120.35890.2302
Hunter Lab18.604319.2118-6.6656
CIE-Lab21.803629.2178-11.6740

#552146 color RGB value is (85,33,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 01000110
Octal 125 41 106
Decimal 85 33 70
Hex 55 21 46

RGB Percentages of Color #552146

%45.21
%17.55
%37.23

CMYK Percentages of Color #552146

%0
%61
%18
%67

Triadic Colors of #552146

#552146 #465521 #214655

Analogous Colors of #552146

#552146 #55212c #4a2155

Monochromatic Colors of #552146

#552146

Complementary Color

#552146 #215530

#552146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552146 Color CSS Codes

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

#552146 Text Font Color

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

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


#552146 Background Color

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

This div background color is #552146


#552146 Border Color

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

This div border color is #552146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552146


Comments

No comments written yet.

Please login to write comment.