Color Hex Logo

#cd048d Color Hex

#CD048D
(205,4,141)
0 Favorites   0 Comments

Color spaces of #cd048d

RGB 2054141
HSL0.890.960.41
HSV319°98°80°
CMYK 0.000.980.31   0.20
XYZ30.028014.989126.5098
Yxy14.98910.41980.2096
Hunter Lab38.715870.6923-13.4965
CIE-Lab45.619374.9381-18.6454

#cd048d color RGB value is (205,4,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000100 10001101
Octal 315 4 215
Decimal 205 4 141
Hex CD 4 8D

RGB Percentages of Color #cd048d

%58.57
%1.14
%40.29

CMYK Percentages of Color #cd048d

%0
%98
%31
%20

Triadic Colors of #cd048d

#cd048d #8dcd04 #048dcd

Analogous Colors of #cd048d

#cd048d #cd0429 #a904cd

Monochromatic Colors of #cd048d

#cd048d

Complementary Color

#cd048d #04cd44

#cd048d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd048d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd048d Color CSS Codes

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

#cd048d Text Font Color

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

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


#cd048d Background Color

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

This div background color is #cd048d


#cd048d Border Color

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

This div border color is #cd048d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,4,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 #cd048d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd048d


Comments

No comments written yet.

Please login to write comment.