Color Hex Logo

#571def Color Hex

#571DEF
(87,29,239)
0 Favorites   0 Comments

Color spaces of #571def

RGB 8729239
HSL0.710.870.53
HSV257°88°94°
CMYK 0.640.880.00   0.06
XYZ19.94989.137082.3735
Yxy9.13700.17900.0820
Hunter Lab30.227564.9100-140.4132
CIE-Lab36.246771.9446-92.1575

#571def color RGB value is (87,29,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011101 11101111
Octal 127 35 357
Decimal 87 29 239
Hex 57 1D EF

RGB Percentages of Color #571def

%24.51
%8.17
%67.32

CMYK Percentages of Color #571def

%64
%88
%0
%6

Triadic Colors of #571def

#571def #ef571d #1def57

Analogous Colors of #571def

#571def #c01def #1d4cef

Monochromatic Colors of #571def

#571def

Complementary Color

#571def #b5ef1d

#571def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571def Color Preview on White Background

Lorem ipsum dolor sit amet.

#571def Color CSS Codes

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

#571def Text Font Color

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

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


#571def Background Color

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

This div background color is #571def


#571def Border Color

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

This div border color is #571def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,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 #571def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571def


Comments

No comments written yet.

Please login to write comment.