Color Hex Logo

#551def Color Hex

#551DEF
(85,29,239)
0 Favorites   0 Comments

Color spaces of #551def

RGB 8529239
HSL0.710.870.53
HSV256°88°94°
CMYK 0.640.880.00   0.06
XYZ19.76579.042082.3649
Yxy9.04200.17780.0813
Hunter Lab30.069964.7101-141.3531
CIE-Lab36.065071.8110-92.4644

#551def color RGB value is (85,29,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011101 11101111
Octal 125 35 357
Decimal 85 29 239
Hex 55 1D EF

RGB Percentages of Color #551def

%24.08
%8.22
%67.71

CMYK Percentages of Color #551def

%64
%88
%0
%6

Triadic Colors of #551def

#551def #ef551d #1def55

Analogous Colors of #551def

#551def #be1def #1d4eef

Monochromatic Colors of #551def

#551def

Complementary Color

#551def #b7ef1d

#551def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551def Color Preview on White Background

Lorem ipsum dolor sit amet.

#551def Color CSS Codes

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

#551def Text Font Color

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

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


#551def Background Color

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

This div background color is #551def


#551def Border Color

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

This div border color is #551def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551def


Comments

No comments written yet.

Please login to write comment.