Color Hex Logo

#cd397e Color Hex

#CD397E
(205,57,126)
0 Favorites   0 Comments

Color spaces of #cd397e

RGB 20557126
HSL0.920.600.51
HSV332°72°80°
CMYK 0.000.720.39   0.20
XYZ30.405917.411721.4969
Yxy17.41170.43870.2512
Hunter Lab41.727357.0467-1.3356
CIE-Lab48.774662.7599-4.7774

#cd397e color RGB value is (205,57,126).

#cd397e hex color red value is 205, green value is 57 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cd397e hue: 0.92 , saturation: 0.60 and the lightness value of cd397e is 0.51.

The process color (four color CMYK) of #cd397e color hex is 0.00, 0.72, 0.39, 0.20. Web safe color of #cd397e is #cc3366. Color #cd397e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00111001 01111110
Octal 315 71 176
Decimal 205 57 126
Hex CD 39 7E

RGB Percentages of Color #cd397e

%52.84
%14.69
%32.47

CMYK Percentages of Color #cd397e

%0
%72
%39
%20

Triadic Colors of #cd397e

#cd397e #7ecd39 #397ecd

Analogous Colors of #cd397e

#cd397e #cd3e39 #cd39c8

Monochromatic Colors of #cd397e

#cd397e

Complementary Color

#cd397e #39cd88

#cd397e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd397e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd397e Color CSS Codes

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

#cd397e Text Font Color

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

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


#cd397e Background Color

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

This div background color is #cd397e


#cd397e Border Color

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

This div border color is #cd397e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd397e


Comments

No comments written yet.

Please login to write comment.