Color Hex Logo

#cd7493 Color Hex

#CD7493
(205,116,147)
0 Favorites   0 Comments

Color spaces of #cd7493

RGB 205116147
HSL0.940.470.63
HSV339°43°80°
CMYK 0.000.430.28   0.20
XYZ36.688727.576530.9929
Yxy27.57650.38520.2895
Hunter Lab52.513332.81161.7669
CIE-Lab59.504238.6067-1.3824

#cd7493 color RGB value is (205,116,147).

#cd7493 hex color red value is 205, green value is 116 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cd7493 hue: 0.94 , saturation: 0.47 and the lightness value of cd7493 is 0.63.

The process color (four color CMYK) of #cd7493 color hex is 0.00, 0.43, 0.28, 0.20. Web safe color of #cd7493 is #cc6699. Color #cd7493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110100 10010011
Octal 315 164 223
Decimal 205 116 147
Hex CD 74 93

RGB Percentages of Color #cd7493

%43.80
%24.79
%31.41

CMYK Percentages of Color #cd7493

%0
%43
%28
%20

Triadic Colors of #cd7493

#cd7493 #93cd74 #7493cd

Analogous Colors of #cd7493

#cd7493 #cd8274 #cd74c0

Monochromatic Colors of #cd7493

#cd7493

Complementary Color

#cd7493 #74cdae

#cd7493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7493 Color CSS Codes

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

#cd7493 Text Font Color

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

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


#cd7493 Background Color

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

This div background color is #cd7493


#cd7493 Border Color

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

This div border color is #cd7493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7493


Comments

No comments written yet.

Please login to write comment.