Color Hex Logo

#55036d Color Hex

#55036D
(85,3,109)
0 Favorites   0 Comments

Color spaces of #55036d

RGB 853109
HSL0.800.950.22
HSV286°97°43°
CMYK 0.220.970.00   0.57
XYZ6.53923.100514.7218
Yxy3.10050.26840.1273
Hunter Lab17.608235.4754-37.2451
CIE-Lab20.442047.8021-39.8201

#55036d color RGB value is (85,3,109).

#55036d hex color red value is 85, green value is 3 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #55036d hue: 0.80 , saturation: 0.95 and the lightness value of 55036d is 0.22.

The process color (four color CMYK) of #55036d color hex is 0.22, 0.97, 0.00, 0.57. Web safe color of #55036d is #660066. Color #55036d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000011 01101101
Octal 125 3 155
Decimal 85 3 109
Hex 55 3 6D

RGB Percentages of Color #55036d

%43.15
%1.52
%55.33

CMYK Percentages of Color #55036d

%22
%97
%0
%57

Triadic Colors of #55036d

#55036d #6d5503 #036d55

Analogous Colors of #55036d

#55036d #6d0350 #20036d

Monochromatic Colors of #55036d

#55036d

Complementary Color

#55036d #1b6d03

#55036d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55036d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55036d Color CSS Codes

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

#55036d Text Font Color

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

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


#55036d Background Color

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

This div background color is #55036d


#55036d Border Color

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

This div border color is #55036d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55036d


Comments

No comments written yet.

Please login to write comment.