Color Hex Logo

#cd349f Color Hex

#CD349F
(205,52,159)
0 Favorites   0 Comments

Color spaces of #cd349f

RGB 20552159
HSL0.880.600.50
HSV318°75°80°
CMYK 0.000.750.22   0.20
XYZ32.662817.938334.5418
Yxy17.93830.38360.2107
Hunter Lab42.353663.5390-18.7068
CIE-Lab49.421268.2327-23.6082

#cd349f color RGB value is (205,52,159).

#cd349f hex color red value is 205, green value is 52 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cd349f hue: 0.88 , saturation: 0.60 and the lightness value of cd349f is 0.50.

The process color (four color CMYK) of #cd349f color hex is 0.00, 0.75, 0.22, 0.20. Web safe color of #cd349f is #cc3399. Color #cd349f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110100 10011111
Octal 315 64 237
Decimal 205 52 159
Hex CD 34 9F

RGB Percentages of Color #cd349f

%49.28
%12.50
%38.22

CMYK Percentages of Color #cd349f

%0
%75
%22
%20

Triadic Colors of #cd349f

#cd349f #9fcd34 #349fcd

Analogous Colors of #cd349f

#cd349f #cd3453 #af34cd

Monochromatic Colors of #cd349f

#cd349f

Complementary Color

#cd349f #34cd62

#cd349f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd349f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd349f Color CSS Codes

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

#cd349f Text Font Color

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

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


#cd349f Background Color

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

This div background color is #cd349f


#cd349f Border Color

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

This div border color is #cd349f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd349f


Comments

No comments written yet.

Please login to write comment.