Color Hex Logo

#cd198d Color Hex

#CD198D
(205,25,141)
0 Favorites   0 Comments

Color spaces of #cd198d

RGB 20525141
HSL0.890.780.45
HSV321°88°80°
CMYK 0.000.880.31   0.20
XYZ30.332215.597526.6112
Yxy15.59750.41810.2150
Hunter Lab39.493767.9789-12.3046
CIE-Lab46.441972.5382-17.3861

#cd198d color RGB value is (205,25,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011001 10001101
Octal 315 31 215
Decimal 205 25 141
Hex CD 19 8D

RGB Percentages of Color #cd198d

%55.26
%6.74
%38.01

CMYK Percentages of Color #cd198d

%0
%88
%31
%20

Triadic Colors of #cd198d

#cd198d #8dcd19 #198dcd

Analogous Colors of #cd198d

#cd198d #cd1933 #b319cd

Monochromatic Colors of #cd198d

#cd198d

Complementary Color

#cd198d #19cd59

#cd198d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd198d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd198d Color CSS Codes

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

#cd198d Text Font Color

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

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


#cd198d Background Color

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

This div background color is #cd198d


#cd198d Border Color

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

This div border color is #cd198d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd198d


Comments

No comments written yet.

Please login to write comment.