Color Hex Logo

#cd95a4 Color Hex

#CD95A4
(205,149,164)
0 Favorites   0 Comments

Color spaces of #cd95a4

RGB 205149164
HSL0.960.360.69
HSV344°27°80°
CMYK 0.000.270.20   0.20
XYZ42.625137.154440.0469
Yxy37.15440.35570.3101
Hunter Lab60.954418.15393.7147
CIE-Lab67.392723.26680.4849

#cd95a4 color RGB value is (205,149,164).

#cd95a4 hex color red value is 205, green value is 149 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #cd95a4 hue: 0.96 , saturation: 0.36 and the lightness value of cd95a4 is 0.69.

The process color (four color CMYK) of #cd95a4 color hex is 0.00, 0.27, 0.20, 0.20. Web safe color of #cd95a4 is #cc9999. Color #cd95a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010101 10100100
Octal 315 225 244
Decimal 205 149 164
Hex CD 95 A4

RGB Percentages of Color #cd95a4

%39.58
%28.76
%31.66

CMYK Percentages of Color #cd95a4

%0
%27
%20
%20

Triadic Colors of #cd95a4

#cd95a4 #a4cd95 #95a4cd

Analogous Colors of #cd95a4

#cd95a4 #cda295 #cd95c0

Monochromatic Colors of #cd95a4

#cd95a4

Complementary Color

#cd95a4 #95cdbe

#cd95a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd95a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd95a4 Color CSS Codes

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

#cd95a4 Text Font Color

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

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


#cd95a4 Background Color

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

This div background color is #cd95a4


#cd95a4 Border Color

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

This div border color is #cd95a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd95a4


Comments

No comments written yet.

Please login to write comment.