Color Hex Logo

#571cef Color Hex

#571CEF
(87,28,239)
0 Favorites   0 Comments

Color spaces of #571cef

RGB 8728239
HSL0.710.870.52
HSV257°88°94°
CMYK 0.640.880.00   0.06
XYZ19.92579.088782.3655
Yxy9.08870.17890.0816
Hunter Lab30.147565.2199-140.8822
CIE-Lab36.154572.2225-92.3106

#571cef color RGB value is (87,28,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011100 11101111
Octal 127 34 357
Decimal 87 28 239
Hex 57 1C EF

RGB Percentages of Color #571cef

%24.58
%7.91
%67.51

CMYK Percentages of Color #571cef

%64
%88
%0
%6

Triadic Colors of #571cef

#571cef #ef571c #1cef57

Analogous Colors of #571cef

#571cef #c11cef #1c4aef

Monochromatic Colors of #571cef

#571cef

Complementary Color

#571cef #b4ef1c

#571cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#571cef Color CSS Codes

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

#571cef Text Font Color

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

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


#571cef Background Color

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

This div background color is #571cef


#571cef Border Color

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

This div border color is #571cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571cef


Comments

No comments written yet.

Please login to write comment.