Color Hex Logo

#d568ae Color Hex

#D568AE
(213,104,174)
0 Favorites   0 Comments

Color spaces of #d568ae

RGB 213104174
HSL0.890.560.62
HSV321°51°84°
CMYK 0.000.510.18   0.16
XYZ40.030927.102843.1659
Yxy27.10280.36290.2457
Hunter Lab52.060346.1489-12.7181
CIE-Lab59.069451.2160-17.4932

#d568ae color RGB value is (213,104,174).

#d568ae hex color red value is 213, green value is 104 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d568ae hue: 0.89 , saturation: 0.56 and the lightness value of d568ae is 0.62.

The process color (four color CMYK) of #d568ae color hex is 0.00, 0.51, 0.18, 0.16. Web safe color of #d568ae is #cc6699. Color #d568ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101000 10101110
Octal 325 150 256
Decimal 213 104 174
Hex D5 68 AE

RGB Percentages of Color #d568ae

%43.38
%21.18
%35.44

CMYK Percentages of Color #d568ae

%0
%51
%18
%16

Triadic Colors of #d568ae

#d568ae #aed568 #68aed5

Analogous Colors of #d568ae

#d568ae #d56878 #c668d5

Monochromatic Colors of #d568ae

#d568ae

Complementary Color

#d568ae #68d58f

#d568ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d568ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d568ae Color CSS Codes

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

#d568ae Text Font Color

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

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


#d568ae Background Color

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

This div background color is #d568ae


#d568ae Border Color

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

This div border color is #d568ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d568ae


Comments

No comments written yet.

Please login to write comment.