Color Hex Logo

#cd75cc Color Hex

#CD75CC
(205,117,204)
0 Favorites   0 Comments

Color spaces of #cd75cc

RGB 205117204
HSL0.840.470.63
HSV301°43°80°
CMYK 0.000.430.00   0.20
XYZ42.437230.061360.6925
Yxy30.06130.31860.2257
Hunter Lab54.828242.2103-27.2518
CIE-Lab61.707147.2106-30.6192

#cd75cc color RGB value is (205,117,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110101 11001100
Octal 315 165 314
Decimal 205 117 204
Hex CD 75 CC

RGB Percentages of Color #cd75cc

%38.97
%22.24
%38.78

CMYK Percentages of Color #cd75cc

%0
%43
%0
%20

Triadic Colors of #cd75cc

#cd75cc #cccd75 #75cccd

Analogous Colors of #cd75cc

#cd75cc #cd75a0 #a275cd

Monochromatic Colors of #cd75cc

#cd75cc

Complementary Color

#cd75cc #75cd76

#cd75cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd75cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd75cc Color CSS Codes

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

#cd75cc Text Font Color

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

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


#cd75cc Background Color

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

This div background color is #cd75cc


#cd75cc Border Color

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

This div border color is #cd75cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd75cc


Comments

No comments written yet.

Please login to write comment.