Color Hex Logo

#571cce Color Hex

#571CCE
(87,28,206)
0 Favorites   0 Comments

Color spaces of #571cce

RGB 8728206
HSL0.720.760.46
HSV260°86°81°
CMYK 0.580.860.00   0.19
XYZ15.48637.313058.9878
Yxy7.31300.18930.0894
Hunter Lab27.042654.8960-110.3992
CIE-Lab32.509163.9995-79.4048

#571cce color RGB value is (87,28,206).

#571cce hex color red value is 87, green value is 28 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #571cce hue: 0.72 , saturation: 0.76 and the lightness value of 571cce is 0.46.

The process color (four color CMYK) of #571cce color hex is 0.58, 0.86, 0.00, 0.19. Web safe color of #571cce is #6633cc. Color #571cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011100 11001110
Octal 127 34 316
Decimal 87 28 206
Hex 57 1C CE

RGB Percentages of Color #571cce

%27.10
%8.72
%64.17

CMYK Percentages of Color #571cce

%58
%86
%0
%19

Triadic Colors of #571cce

#571cce #ce571c #1cce57

Analogous Colors of #571cce

#571cce #b01cce #1c3ace

Monochromatic Colors of #571cce

#571cce

Complementary Color

#571cce #93ce1c

#571cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#571cce Color CSS Codes

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

#571cce Text Font Color

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

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


#571cce Background Color

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

This div background color is #571cce


#571cce Border Color

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

This div border color is #571cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,28,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571cce


Comments

No comments written yet.

Please login to write comment.