Color Hex Logo

#cd498a Color Hex

#CD498A
(205,73,138)
0 Favorites   0 Comments

Color spaces of #cd498a

RGB 20573138
HSL0.920.570.55
HSV330°64°80°
CMYK 0.000.640.33   0.20
XYZ32.146819.579226.1296
Yxy19.57920.41290.2515
Hunter Lab44.248452.2470-4.0381
CIE-Lab51.358158.0300-8.1510

#cd498a color RGB value is (205,73,138).

#cd498a hex color red value is 205, green value is 73 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cd498a hue: 0.92 , saturation: 0.57 and the lightness value of cd498a is 0.55.

The process color (four color CMYK) of #cd498a color hex is 0.00, 0.64, 0.33, 0.20. Web safe color of #cd498a is #cc3399. Color #cd498a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001001 10001010
Octal 315 111 212
Decimal 205 73 138
Hex CD 49 8A

RGB Percentages of Color #cd498a

%49.28
%17.55
%33.17

CMYK Percentages of Color #cd498a

%0
%64
%33
%20

Triadic Colors of #cd498a

#cd498a #8acd49 #498acd

Analogous Colors of #cd498a

#cd498a #cd4a49 #cd49cc

Monochromatic Colors of #cd498a

#cd498a

Complementary Color

#cd498a #49cd8c

#cd498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd498a Color CSS Codes

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

#cd498a Text Font Color

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

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


#cd498a Background Color

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

This div background color is #cd498a


#cd498a Border Color

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

This div border color is #cd498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd498a


Comments

No comments written yet.

Please login to write comment.