Color Hex Logo

#cd038d Color Hex

#CD038D
(205,3,141)
0 Favorites   0 Comments

Color spaces of #cd038d

RGB 2053141
HSL0.890.970.41
HSV319°99°80°
CMYK 0.000.990.31   0.20
XYZ30.017114.967326.5062
Yxy14.96730.41990.2094
Hunter Lab38.687670.7921-13.5403
CIE-Lab45.589475.0257-18.6913

#cd038d color RGB value is (205,3,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000011 10001101
Octal 315 3 215
Decimal 205 3 141
Hex CD 3 8D

RGB Percentages of Color #cd038d

%58.74
%0.86
%40.40

CMYK Percentages of Color #cd038d

%0
%99
%31
%20

Triadic Colors of #cd038d

#cd038d #8dcd03 #038dcd

Analogous Colors of #cd038d

#cd038d #cd0328 #a803cd

Monochromatic Colors of #cd038d

#cd038d

Complementary Color

#cd038d #03cd43

#cd038d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd038d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd038d Color CSS Codes

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

#cd038d Text Font Color

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

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


#cd038d Background Color

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

This div background color is #cd038d


#cd038d Border Color

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

This div border color is #cd038d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd038d


Comments

No comments written yet.

Please login to write comment.