Color Hex Logo

#551dbf Color Hex

#551DBF
(85,29,191)
0 Favorites   0 Comments

Color spaces of #551dbf

RGB 8529191
HSL0.720.740.43
HSV261°85°75°
CMYK 0.550.850.00   0.25
XYZ13.58966.571649.8424
Yxy6.57160.19410.0939
Hunter Lab25.635149.7643-97.3330
CIE-Lab30.811059.6807-73.4293

#551dbf color RGB value is (85,29,191).

#551dbf hex color red value is 85, green value is 29 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #551dbf hue: 0.72 , saturation: 0.74 and the lightness value of 551dbf is 0.43.

The process color (four color CMYK) of #551dbf color hex is 0.55, 0.85, 0.00, 0.25. Web safe color of #551dbf is #6633cc. Color #551dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011101 10111111
Octal 125 35 277
Decimal 85 29 191
Hex 55 1D BF

RGB Percentages of Color #551dbf

%27.87
%9.51
%62.62

CMYK Percentages of Color #551dbf

%55
%85
%0
%25

Triadic Colors of #551dbf

#551dbf #bf551d #1dbf55

Analogous Colors of #551dbf

#551dbf #a61dbf #1d36bf

Monochromatic Colors of #551dbf

#551dbf

Complementary Color

#551dbf #87bf1d

#551dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#551dbf Color CSS Codes

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

#551dbf Text Font Color

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

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


#551dbf Background Color

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

This div background color is #551dbf


#551dbf Border Color

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

This div border color is #551dbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,29,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #551dbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #551dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #551dbf;
  box-shadow:         1px 1px 3px 2px #551dbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551dbf


Comments

No comments written yet.

Please login to write comment.