Color Hex Logo

#cd296f Color Hex

#CD296F
(205,41,111)
0 Favorites   0 Comments

Color spaces of #cd296f

RGB 20541111
HSL0.930.670.48
HSV334°80°80°
CMYK 0.000.800.46   0.20
XYZ28.839015.712716.5518
Yxy15.71270.47200.2571
Hunter Lab39.639260.49662.9903
CIE-Lab46.595366.17571.1834

#cd296f color RGB value is (205,41,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00101001 01101111
Octal 315 51 157
Decimal 205 41 111
Hex CD 29 6F

RGB Percentages of Color #cd296f

%57.42
%11.48
%31.09

CMYK Percentages of Color #cd296f

%0
%80
%46
%20

Triadic Colors of #cd296f

#cd296f #6fcd29 #296fcd

Analogous Colors of #cd296f

#cd296f #cd3529 #cd29c1

Monochromatic Colors of #cd296f

#cd296f

Complementary Color

#cd296f #29cd87

#cd296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd296f Color CSS Codes

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

#cd296f Text Font Color

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

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


#cd296f Background Color

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

This div background color is #cd296f


#cd296f Border Color

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

This div border color is #cd296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd296f


Comments

No comments written yet.

Please login to write comment.