Color Hex Logo

#551dfc Color Hex

#551DFC
(85,29,252)
0 Favorites   0 Comments

Color spaces of #551dfc

RGB 8529252
HSL0.710.970.55
HSV255°88°99°
CMYK 0.660.880.00   0.01
XYZ21.75649.838392.8478
Yxy9.83830.17480.0791
Hunter Lab31.366168.9221-153.5502
CIE-Lab37.550675.0361-97.3276

#551dfc color RGB value is (85,29,252).

#551dfc hex color red value is 85, green value is 29 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #551dfc hue: 0.71 , saturation: 0.97 and the lightness value of 551dfc is 0.55.

The process color (four color CMYK) of #551dfc color hex is 0.66, 0.88, 0.00, 0.01. Web safe color of #551dfc is #6633ff. Color #551dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011101 11111100
Octal 125 35 374
Decimal 85 29 252
Hex 55 1D FC

RGB Percentages of Color #551dfc

%23.22
%7.92
%68.85

CMYK Percentages of Color #551dfc

%66
%88
%0
%1

Triadic Colors of #551dfc

#551dfc #fc551d #1dfc55

Analogous Colors of #551dfc

#551dfc #c51dfc #1d55fc

Monochromatic Colors of #551dfc

#551dfc

Complementary Color

#551dfc #c4fc1d

#551dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#551dfc Color CSS Codes

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

#551dfc Text Font Color

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

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


#551dfc Background Color

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

This div background color is #551dfc


#551dfc Border Color

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

This div border color is #551dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.