Color Hex Logo

#571dcd Color Hex

#571DCD
(87,29,205)
0 Favorites   0 Comments

Color spaces of #571dcd

RGB 8729205
HSL0.720.750.46
HSV260°86°80°
CMYK 0.580.860.00   0.20
XYZ15.38937.312758.3580
Yxy7.31270.18990.0902
Hunter Lab27.042054.2588-109.0214
CIE-Lab32.508463.4310-78.8236

#571dcd color RGB value is (87,29,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011101 11001101
Octal 127 35 315
Decimal 87 29 205
Hex 57 1D CD

RGB Percentages of Color #571dcd

%27.10
%9.03
%63.86

CMYK Percentages of Color #571dcd

%58
%86
%0
%20

Triadic Colors of #571dcd

#571dcd #cd571d #1dcd57

Analogous Colors of #571dcd

#571dcd #af1dcd #1d3bcd

Monochromatic Colors of #571dcd

#571dcd

Complementary Color

#571dcd #93cd1d

#571dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#571dcd Color CSS Codes

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

#571dcd Text Font Color

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

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


#571dcd Background Color

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

This div background color is #571dcd


#571dcd Border Color

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

This div border color is #571dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571dcd


Comments

No comments written yet.

Please login to write comment.