Color Hex Logo

#d568cc Color Hex

#D568CC
(213,104,204)
0 Favorites   0 Comments

Color spaces of #d568cc

RGB 213104204
HSL0.850.560.62
HSV305°51°84°
CMYK 0.000.510.04   0.16
XYZ43.290028.406460.3281
Yxy28.40640.32790.2152
Hunter Lab53.297751.7123-29.8025
CIE-Lab60.254156.0162-32.7942

#d568cc color RGB value is (213,104,204).

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

The process color (four color CMYK) of #d568cc color hex is 0.00, 0.51, 0.04, 0.16. Web safe color of #d568cc is #cc66cc. Color #d568cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101000 11001100
Octal 325 150 314
Decimal 213 104 204
Hex D5 68 CC

RGB Percentages of Color #d568cc

%40.88
%19.96
%39.16

CMYK Percentages of Color #d568cc

%0
%51
%4
%16

Triadic Colors of #d568cc

#d568cc #ccd568 #68ccd5

Analogous Colors of #d568cc

#d568cc #d56896 #a868d5

Monochromatic Colors of #d568cc

#d568cc

Complementary Color

#d568cc #68d571

#d568cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d568cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d568cc Color CSS Codes

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

#d568cc Text Font Color

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

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


#d568cc Background Color

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

This div background color is #d568cc


#d568cc Border Color

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

This div border color is #d568cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d568cc


Comments

No comments written yet.

Please login to write comment.