Color Hex Logo

#cd198a Color Hex

#CD198A
(205,25,138)
0 Favorites   0 Comments

Color spaces of #cd198a

RGB 20525138
HSL0.900.780.45
HSV322°88°80°
CMYK 0.000.880.33   0.20
XYZ30.111915.509425.4513
Yxy15.50940.42370.2182
Hunter Lab39.382067.5646-10.7498
CIE-Lab46.324172.2166-15.7453

#cd198a color RGB value is (205,25,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011001 10001010
Octal 315 31 212
Decimal 205 25 138
Hex CD 19 8A

RGB Percentages of Color #cd198a

%55.71
%6.79
%37.50

CMYK Percentages of Color #cd198a

%0
%88
%33
%20

Triadic Colors of #cd198a

#cd198a #8acd19 #198acd

Analogous Colors of #cd198a

#cd198a #cd1930 #b619cd

Monochromatic Colors of #cd198a

#cd198a

Complementary Color

#cd198a #19cd5c

#cd198a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd198a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd198a Color CSS Codes

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

#cd198a Text Font Color

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

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


#cd198a Background Color

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

This div background color is #cd198a


#cd198a Border Color

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

This div border color is #cd198a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd198a


Comments

No comments written yet.

Please login to write comment.