Color Hex Logo

#55279d Color Hex

#55279D
(85,39,157)
0 Favorites   0 Comments

Color spaces of #55279d

RGB 8539157
HSL0.730.600.38
HSV263°75°62°
CMYK 0.460.750.00   0.38
XYZ10.55765.816732.4646
Yxy5.81670.21620.1191
Hunter Lab24.117835.9323-62.9268
CIE-Lab28.945246.6214-56.1206

#55279d color RGB value is (85,39,157).

#55279d hex color red value is 85, green value is 39 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #55279d hue: 0.73 , saturation: 0.60 and the lightness value of 55279d is 0.38.

The process color (four color CMYK) of #55279d color hex is 0.46, 0.75, 0.00, 0.38. Web safe color of #55279d is #663399. Color #55279d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100111 10011101
Octal 125 47 235
Decimal 85 39 157
Hex 55 27 9D

RGB Percentages of Color #55279d

%30.25
%13.88
%55.87

CMYK Percentages of Color #55279d

%46
%75
%0
%38

Triadic Colors of #55279d

#55279d #9d5527 #279d55

Analogous Colors of #55279d

#55279d #90279d #27349d

Monochromatic Colors of #55279d

#55279d

Complementary Color

#55279d #6f9d27

#55279d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55279d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55279d Color CSS Codes

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

#55279d Text Font Color

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

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


#55279d Background Color

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

This div background color is #55279d


#55279d Border Color

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

This div border color is #55279d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55279d


Comments

No comments written yet.

Please login to write comment.