Color Hex Logo

#d55695 Color Hex

#D55695
(213,86,149)
0 Favorites   0 Comments

Color spaces of #d55695

RGB 21386149
HSL0.920.600.59
HSV330°60°84°
CMYK 0.000.600.30   0.16
XYZ36.193222.971630.9601
Yxy22.97160.40160.2549
Hunter Lab47.928750.9185-4.7490
CIE-Lab55.043156.1893-9.0276

#d55695 color RGB value is (213,86,149).

#d55695 hex color red value is 213, green value is 86 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #d55695 hue: 0.92 , saturation: 0.60 and the lightness value of d55695 is 0.59.

The process color (four color CMYK) of #d55695 color hex is 0.00, 0.60, 0.30, 0.16. Web safe color of #d55695 is #cc6699. Color #d55695 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010110 10010101
Octal 325 126 225
Decimal 213 86 149
Hex D5 56 95

RGB Percentages of Color #d55695

%47.54
%19.20
%33.26

CMYK Percentages of Color #d55695

%0
%60
%30
%16

Triadic Colors of #d55695

#d55695 #95d556 #5695d5

Analogous Colors of #d55695

#d55695 #d55756 #d556d5

Monochromatic Colors of #d55695

#d55695

Complementary Color

#d55695 #56d596

#d55695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55695 Color CSS Codes

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

#d55695 Text Font Color

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

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


#d55695 Background Color

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

This div background color is #d55695


#d55695 Border Color

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

This div border color is #d55695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55695


Comments

No comments written yet.

Please login to write comment.