Color Hex Logo

#d56684 Color Hex

#D56684
(213,102,132)
0 Favorites   0 Comments

Color spaces of #d56684

RGB 213102132
HSL0.950.570.62
HSV344°52°84°
CMYK 0.000.520.38   0.16
XYZ36.356825.314824.7998
Yxy25.31480.42040.2928
Hunter Lab50.313840.93515.9955
CIE-Lab57.380946.65794.3783

#d56684 color RGB value is (213,102,132).

#d56684 hex color red value is 213, green value is 102 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #d56684 hue: 0.95 , saturation: 0.57 and the lightness value of d56684 is 0.62.

The process color (four color CMYK) of #d56684 color hex is 0.00, 0.52, 0.38, 0.16. Web safe color of #d56684 is #cc6699. Color #d56684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100110 10000100
Octal 325 146 204
Decimal 213 102 132
Hex D5 66 84

RGB Percentages of Color #d56684

%47.65
%22.82
%29.53

CMYK Percentages of Color #d56684

%0
%52
%38
%16

Triadic Colors of #d56684

#d56684 #84d566 #6684d5

Analogous Colors of #d56684

#d56684 #d58066 #d566bc

Monochromatic Colors of #d56684

#d56684

Complementary Color

#d56684 #66d5b7

#d56684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56684 Color CSS Codes

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

#d56684 Text Font Color

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

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


#d56684 Background Color

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

This div background color is #d56684


#d56684 Border Color

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

This div border color is #d56684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56684


Comments

No comments written yet.

Please login to write comment.