Color Hex Logo

#cd398e Color Hex

#CD398E
(205,57,142)
0 Favorites   0 Comments

Color spaces of #cd398e

RGB 20557142
HSL0.900.600.51
HSV326°72°80°
CMYK 0.000.720.31   0.20
XYZ31.522417.858427.3768
Yxy17.85840.41070.2327
Hunter Lab42.259259.1949-8.8284
CIE-Lab49.323964.5277-13.6050

#cd398e color RGB value is (205,57,142).

#cd398e hex color red value is 205, green value is 57 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cd398e hue: 0.90 , saturation: 0.60 and the lightness value of cd398e is 0.51.

The process color (four color CMYK) of #cd398e color hex is 0.00, 0.72, 0.31, 0.20. Web safe color of #cd398e is #cc3399. Color #cd398e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00111001 10001110
Octal 315 71 216
Decimal 205 57 142
Hex CD 39 8E

RGB Percentages of Color #cd398e

%50.74
%14.11
%35.15

CMYK Percentages of Color #cd398e

%0
%72
%31
%20

Triadic Colors of #cd398e

#cd398e #8ecd39 #398ecd

Analogous Colors of #cd398e

#cd398e #cd3944 #c239cd

Monochromatic Colors of #cd398e

#cd398e

Complementary Color

#cd398e #39cd78

#cd398e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd398e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd398e Color CSS Codes

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

#cd398e Text Font Color

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

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


#cd398e Background Color

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

This div background color is #cd398e


#cd398e Border Color

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

This div border color is #cd398e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd398e


Comments

No comments written yet.

Please login to write comment.