Color Hex Logo

#cd139d Color Hex

#CD139D
(205,19,157)
0 Favorites   0 Comments

Color spaces of #cd139d

RGB 20519157
HSL0.880.830.44
HSV315°91°80°
CMYK 0.000.910.23   0.20
XYZ31.495515.879233.3033
Yxy15.87920.39040.1968
Hunter Lab39.848771.3470-21.6571
CIE-Lab46.815675.2409-26.4504

#cd139d color RGB value is (205,19,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010011 10011101
Octal 315 23 235
Decimal 205 19 157
Hex CD 13 9D

RGB Percentages of Color #cd139d

%53.81
%4.99
%41.21

CMYK Percentages of Color #cd139d

%0
%91
%23
%20

Triadic Colors of #cd139d

#cd139d #9dcd13 #139dcd

Analogous Colors of #cd139d

#cd139d #cd1340 #a013cd

Monochromatic Colors of #cd139d

#cd139d

Complementary Color

#cd139d #13cd43

#cd139d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd139d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd139d Color CSS Codes

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

#cd139d Text Font Color

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

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


#cd139d Background Color

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

This div background color is #cd139d


#cd139d Border Color

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

This div border color is #cd139d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd139d


Comments

No comments written yet.

Please login to write comment.