Color Hex Logo

#cd346f Color Hex

#CD346F
(205,52,111)
0 Favorites   0 Comments

Color spaces of #cd346f

RGB 20552111
HSL0.940.600.50
HSV337°75°80°
CMYK 0.000.750.46   0.20
XYZ29.274116.582816.6968
Yxy16.58280.46800.2651
Hunter Lab40.722057.05614.1953
CIE-Lab47.730062.96592.8291

#cd346f color RGB value is (205,52,111).

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

The process color (four color CMYK) of #cd346f color hex is 0.00, 0.75, 0.46, 0.20. Web safe color of #cd346f is #cc3366. Color #cd346f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110100 01101111
Octal 315 64 157
Decimal 205 52 111
Hex CD 34 6F

RGB Percentages of Color #cd346f

%55.71
%14.13
%30.16

CMYK Percentages of Color #cd346f

%0
%75
%46
%20

Triadic Colors of #cd346f

#cd346f #6fcd34 #346fcd

Analogous Colors of #cd346f

#cd346f #cd4634 #cd34bc

Monochromatic Colors of #cd346f

#cd346f

Complementary Color

#cd346f #34cd92

#cd346f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd346f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd346f Color CSS Codes

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

#cd346f Text Font Color

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

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


#cd346f Background Color

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

This div background color is #cd346f


#cd346f Border Color

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

This div border color is #cd346f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd346f


Comments

No comments written yet.

Please login to write comment.