Color Hex Logo

#cd759b Color Hex

#CD759B
(205,117,155)
0 Favorites   0 Comments

Color spaces of #cd759b

RGB 205117155
HSL0.930.470.63
HSV334°43°80°
CMYK 0.000.430.24   0.20
XYZ37.454528.068334.4540
Yxy28.06830.37460.2807
Hunter Lab52.979533.4785-1.4722
CIE-Lab59.950439.1990-5.3387

#cd759b color RGB value is (205,117,155).

#cd759b hex color red value is 205, green value is 117 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cd759b hue: 0.93 , saturation: 0.47 and the lightness value of cd759b is 0.63.

The process color (four color CMYK) of #cd759b color hex is 0.00, 0.43, 0.24, 0.20. Web safe color of #cd759b is #cc6699. Color #cd759b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110101 10011011
Octal 315 165 233
Decimal 205 117 155
Hex CD 75 9B

RGB Percentages of Color #cd759b

%42.98
%24.53
%32.49

CMYK Percentages of Color #cd759b

%0
%43
%24
%20

Triadic Colors of #cd759b

#cd759b #9bcd75 #759bcd

Analogous Colors of #cd759b

#cd759b #cd7b75 #cd75c7

Monochromatic Colors of #cd759b

#cd759b

Complementary Color

#cd759b #75cda7

#cd759b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd759b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd759b Color CSS Codes

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

#cd759b Text Font Color

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

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


#cd759b Background Color

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

This div background color is #cd759b


#cd759b Border Color

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

This div border color is #cd759b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd759b


Comments

No comments written yet.

Please login to write comment.