Color Hex Logo

#551867 Color Hex

#551867
(85,24,103)
0 Favorites   0 Comments

Color spaces of #551867

RGB 8524103
HSL0.800.620.25
HSV286°77°40°
CMYK 0.170.770.00   0.60
XYZ6.52113.563813.1762
Yxy3.56380.28030.1532
Hunter Lab18.878028.6233-28.1677
CIE-Lab22.173540.1493-33.1087

#551867 color RGB value is (85,24,103).

#551867 hex color red value is 85, green value is 24 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #551867 hue: 0.80 , saturation: 0.62 and the lightness value of 551867 is 0.25.

The process color (four color CMYK) of #551867 color hex is 0.17, 0.77, 0.00, 0.60. Web safe color of #551867 is #660066. Color #551867 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011000 01100111
Octal 125 30 147
Decimal 85 24 103
Hex 55 18 67

RGB Percentages of Color #551867

%40.09
%11.32
%48.58

CMYK Percentages of Color #551867

%17
%77
%0
%60

Triadic Colors of #551867

#551867 #675518 #186755

Analogous Colors of #551867

#551867 #671851 #2e1867

Monochromatic Colors of #551867

#551867

Complementary Color

#551867 #2a6718

#551867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551867 Color CSS Codes

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

#551867 Text Font Color

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

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


#551867 Background Color

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

This div background color is #551867


#551867 Border Color

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

This div border color is #551867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551867


Comments

No comments written yet.

Please login to write comment.