Color Hex Logo

#cd117b Color Hex

#CD117B
(205,17,123)
0 Favorites   0 Comments

Color spaces of #cd117b

RGB 20517123
HSL0.910.850.44
HSV326°92°80°
CMYK 0.000.920.40   0.20
XYZ28.952414.810120.0716
Yxy14.81010.45360.2320
Hunter Lab38.483966.9432-3.9845
CIE-Lab45.373071.8840-8.0094

#cd117b color RGB value is (205,17,123).

#cd117b hex color red value is 205, green value is 17 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cd117b hue: 0.91 , saturation: 0.85 and the lightness value of cd117b is 0.44.

The process color (four color CMYK) of #cd117b color hex is 0.00, 0.92, 0.40, 0.20. Web safe color of #cd117b is #cc0066. Color #cd117b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010001 01111011
Octal 315 21 173
Decimal 205 17 123
Hex CD 11 7B

RGB Percentages of Color #cd117b

%59.42
%4.93
%35.65

CMYK Percentages of Color #cd117b

%0
%92
%40
%20

Triadic Colors of #cd117b

#cd117b #7bcd11 #117bcd

Analogous Colors of #cd117b

#cd117b #cd111d #c111cd

Monochromatic Colors of #cd117b

#cd117b

Complementary Color

#cd117b #11cd63

#cd117b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd117b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd117b Color CSS Codes

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

#cd117b Text Font Color

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

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


#cd117b Background Color

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

This div background color is #cd117b


#cd117b Border Color

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

This div border color is #cd117b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd117b


Comments

No comments written yet.

Please login to write comment.