Color Hex Logo

#551dbc Color Hex

#551DBC
(85,29,188)
0 Favorites   0 Comments

Color spaces of #551dbc

RGB 8529188
HSL0.730.730.43
HSV261°85°74°
CMYK 0.550.850.00   0.26
XYZ13.26286.440948.1211
Yxy6.44090.19550.0950
Hunter Lab25.378948.8694-94.6548
CIE-Lab30.498658.9145-72.1727

#551dbc color RGB value is (85,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011101 10111100
Octal 125 35 274
Decimal 85 29 188
Hex 55 1D BC

RGB Percentages of Color #551dbc

%28.15
%9.60
%62.25

CMYK Percentages of Color #551dbc

%55
%85
%0
%26

Triadic Colors of #551dbc

#551dbc #bc551d #1dbc55

Analogous Colors of #551dbc

#551dbc #a51dbc #1d34bc

Monochromatic Colors of #551dbc

#551dbc

Complementary Color

#551dbc #84bc1d

#551dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#551dbc Color CSS Codes

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

#551dbc Text Font Color

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

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


#551dbc Background Color

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

This div background color is #551dbc


#551dbc Border Color

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

This div border color is #551dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551dbc


Comments

No comments written yet.

Please login to write comment.