Color Hex Logo

#d77ca0 Color Hex

#D77CA0
(215,124,160)
0 Favorites   0 Comments

Color spaces of #d77ca0

RGB 215124160
HSL0.930.530.66
HSV336°42°84°
CMYK 0.000.420.26   0.16
XYZ41.577131.400437.1272
Yxy31.40040.37760.2852
Hunter Lab56.036134.3786-0.0579
CIE-Lab62.844239.7098-3.7867

#d77ca0 color RGB value is (215,124,160).

#d77ca0 hex color red value is 215, green value is 124 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #d77ca0 hue: 0.93 , saturation: 0.53 and the lightness value of d77ca0 is 0.66.

The process color (four color CMYK) of #d77ca0 color hex is 0.00, 0.42, 0.26, 0.16. Web safe color of #d77ca0 is #cc6699. Color #d77ca0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111100 10100000
Octal 327 174 240
Decimal 215 124 160
Hex D7 7C A0

RGB Percentages of Color #d77ca0

%43.09
%24.85
%32.06

CMYK Percentages of Color #d77ca0

%0
%42
%26
%16

Triadic Colors of #d77ca0

#d77ca0 #a0d77c #7ca0d7

Analogous Colors of #d77ca0

#d77ca0 #d7867c #d77cce

Monochromatic Colors of #d77ca0

#d77ca0

Complementary Color

#d77ca0 #7cd7b3

#d77ca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77ca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77ca0 Color CSS Codes

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

#d77ca0 Text Font Color

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

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


#d77ca0 Background Color

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

This div background color is #d77ca0


#d77ca0 Border Color

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

This div border color is #d77ca0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,124,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d77ca0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d77ca0;
  -webkit-box-shadow: 1px 1px 3px 2px #d77ca0;
  box-shadow:         1px 1px 3px 2px #d77ca0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,124,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77ca0

#d77ca0 Color Palettes


Comments

No comments written yet.

Please login to write comment.