Color Hex Logo

#d563b5 Color Hex

#D563B5
(213,99,181)
0 Favorites   0 Comments

Color spaces of #d563b5

RGB 21399181
HSL0.880.580.61
HSV317°54°84°
CMYK 0.000.540.15   0.16
XYZ40.242926.406046.6919
Yxy26.40600.35510.2330
Hunter Lab51.386849.8632-17.9023
CIE-Lab58.420454.6736-22.5083

#d563b5 color RGB value is (213,99,181).

#d563b5 hex color red value is 213, green value is 99 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #d563b5 hue: 0.88 , saturation: 0.58 and the lightness value of d563b5 is 0.61.

The process color (four color CMYK) of #d563b5 color hex is 0.00, 0.54, 0.15, 0.16. Web safe color of #d563b5 is #cc66cc. Color #d563b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100011 10110101
Octal 325 143 265
Decimal 213 99 181
Hex D5 63 B5

RGB Percentages of Color #d563b5

%43.20
%20.08
%36.71

CMYK Percentages of Color #d563b5

%0
%54
%15
%16

Triadic Colors of #d563b5

#d563b5 #b5d563 #63b5d5

Analogous Colors of #d563b5

#d563b5 #d5637c #bc63d5

Monochromatic Colors of #d563b5

#d563b5

Complementary Color

#d563b5 #63d583

#d563b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d563b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d563b5 Color CSS Codes

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

#d563b5 Text Font Color

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

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


#d563b5 Background Color

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

This div background color is #d563b5


#d563b5 Border Color

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

This div border color is #d563b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,99,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d563b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d563b5;
  -webkit-box-shadow: 1px 1px 3px 2px #d563b5;
  box-shadow:         1px 1px 3px 2px #d563b5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,99,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d563b5


Comments

No comments written yet.

Please login to write comment.