Color Hex Logo

#551298 Color Hex

#551298
(85,18,152)
0 Favorites   0 Comments

Color spaces of #551298

RGB 8518152
HSL0.750.790.33
HSV270°88°60°
CMYK 0.440.880.00   0.40
XYZ9.63014.630930.0921
Yxy4.63090.21710.1044
Hunter Lab21.519542.2205-67.8452
CIE-Lab25.656253.5430-58.4539

#551298 color RGB value is (85,18,152).

#551298 hex color red value is 85, green value is 18 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #551298 hue: 0.75 , saturation: 0.79 and the lightness value of 551298 is 0.33.

The process color (four color CMYK) of #551298 color hex is 0.44, 0.88, 0.00, 0.40. Web safe color of #551298 is #660099. Color #551298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010010 10011000
Octal 125 22 230
Decimal 85 18 152
Hex 55 12 98

RGB Percentages of Color #551298

%33.33
%7.06
%59.61

CMYK Percentages of Color #551298

%44
%88
%0
%40

Triadic Colors of #551298

#551298 #985512 #129855

Analogous Colors of #551298

#551298 #981298 #121298

Monochromatic Colors of #551298

#551298

Complementary Color

#551298 #559812

#551298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551298 Color CSS Codes

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

#551298 Text Font Color

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

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


#551298 Background Color

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

This div background color is #551298


#551298 Border Color

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

This div border color is #551298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551298


Comments

No comments written yet.

Please login to write comment.