Color Hex Logo

#cd138d Color Hex

#CD138D
(205,19,141)
0 Favorites   0 Comments

Color spaces of #cd138d

RGB 20519141
HSL0.890.830.44
HSV321°91°80°
CMYK 0.000.910.31   0.20
XYZ30.217415.368026.5730
Yxy15.36800.41880.2130
Hunter Lab39.202068.9864-12.7481
CIE-Lab46.134273.4331-17.8568

#cd138d color RGB value is (205,19,141).

#cd138d hex color red value is 205, green value is 19 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cd138d hue: 0.89 , saturation: 0.83 and the lightness value of cd138d is 0.44.

The process color (four color CMYK) of #cd138d color hex is 0.00, 0.91, 0.31, 0.20. Web safe color of #cd138d is #cc0099. Color #cd138d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010011 10001101
Octal 315 23 215
Decimal 205 19 141
Hex CD 13 8D

RGB Percentages of Color #cd138d

%56.16
%5.21
%38.63

CMYK Percentages of Color #cd138d

%0
%91
%31
%20

Triadic Colors of #cd138d

#cd138d #8dcd13 #138dcd

Analogous Colors of #cd138d

#cd138d #cd1330 #b013cd

Monochromatic Colors of #cd138d

#cd138d

Complementary Color

#cd138d #13cd53

#cd138d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd138d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd138d Color CSS Codes

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

#cd138d Text Font Color

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

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


#cd138d Background Color

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

This div background color is #cd138d


#cd138d Border Color

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

This div border color is #cd138d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd138d


Comments

No comments written yet.

Please login to write comment.