Color Hex Logo

#cd298d Color Hex

#CD298D
(205,41,141)
0 Favorites   0 Comments

Color spaces of #cd298d

RGB 20541141
HSL0.900.670.48
HSV323°80°80°
CMYK 0.000.800.31   0.20
XYZ30.777516.488126.7597
Yxy16.48810.41580.2227
Hunter Lab40.605564.2367-10.6492
CIE-Lab47.608569.1740-15.6070

#cd298d color RGB value is (205,41,141).

#cd298d hex color red value is 205, green value is 41 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cd298d hue: 0.90 , saturation: 0.67 and the lightness value of cd298d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00101001 10001101
Octal 315 51 215
Decimal 205 41 141
Hex CD 29 8D

RGB Percentages of Color #cd298d

%52.97
%10.59
%36.43

CMYK Percentages of Color #cd298d

%0
%80
%31
%20

Triadic Colors of #cd298d

#cd298d #8dcd29 #298dcd

Analogous Colors of #cd298d

#cd298d #cd293b #bb29cd

Monochromatic Colors of #cd298d

#cd298d

Complementary Color

#cd298d #29cd69

#cd298d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd298d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd298d Color CSS Codes

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

#cd298d Text Font Color

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

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


#cd298d Background Color

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

This div background color is #cd298d


#cd298d Border Color

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

This div border color is #cd298d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd298d


Comments

No comments written yet.

Please login to write comment.