Color Hex Logo

#cd74cc Color Hex

#CD74CC
(205,116,204)
0 Favorites   0 Comments

Color spaces of #cd74cc

RGB 205116204
HSL0.840.470.63
HSV301°43°80°
CMYK 0.000.430.00   0.20
XYZ42.321329.829660.6538
Yxy29.82960.31870.2246
Hunter Lab54.616542.7375-27.6124
CIE-Lab61.506947.7251-30.9293

#cd74cc color RGB value is (205,116,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110100 11001100
Octal 315 164 314
Decimal 205 116 204
Hex CD 74 CC

RGB Percentages of Color #cd74cc

%39.05
%22.10
%38.86

CMYK Percentages of Color #cd74cc

%0
%43
%0
%20

Triadic Colors of #cd74cc

#cd74cc #cccd74 #74cccd

Analogous Colors of #cd74cc

#cd74cc #cd74a0 #a274cd

Monochromatic Colors of #cd74cc

#cd74cc

Complementary Color

#cd74cc #74cd75

#cd74cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd74cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd74cc Color CSS Codes

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

#cd74cc Text Font Color

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

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


#cd74cc Background Color

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

This div background color is #cd74cc


#cd74cc Border Color

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

This div border color is #cd74cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd74cc


Comments

No comments written yet.

Please login to write comment.