Color Hex Logo

#d95c86 Color Hex

#D95C86
(217,92,134)
0 Favorites   0 Comments

Color spaces of #d95c86

RGB 21792134
HSL0.940.620.61
HSV340°58°85°
CMYK 0.000.580.38   0.15
XYZ36.745524.127225.2746
Yxy24.12720.42650.2801
Hunter Lab49.119447.57413.8757
CIE-Lab56.214952.97241.5935

#d95c86 color RGB value is (217,92,134).

#d95c86 hex color red value is 217, green value is 92 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #d95c86 hue: 0.94 , saturation: 0.62 and the lightness value of d95c86 is 0.61.

The process color (four color CMYK) of #d95c86 color hex is 0.00, 0.58, 0.38, 0.15. Web safe color of #d95c86 is #cc6699. Color #d95c86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011100 10000110
Octal 331 134 206
Decimal 217 92 134
Hex D9 5C 86

RGB Percentages of Color #d95c86

%48.98
%20.77
%30.25

CMYK Percentages of Color #d95c86

%0
%58
%38
%15

Triadic Colors of #d95c86

#d95c86 #86d95c #5c86d9

Analogous Colors of #d95c86

#d95c86 #d9715c #d95cc5

Monochromatic Colors of #d95c86

#d95c86

Complementary Color

#d95c86 #5cd9af

#d95c86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95c86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95c86 Color CSS Codes

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

#d95c86 Text Font Color

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

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


#d95c86 Background Color

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

This div background color is #d95c86


#d95c86 Border Color

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

This div border color is #d95c86


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,92,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d95c86; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d95c86;
  -webkit-box-shadow: 1px 1px 3px 2px #d95c86;
  box-shadow:         1px 1px 3px 2px #d95c86; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,92,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95c86


Comments

No comments written yet.

Please login to write comment.