Color Hex Logo

#cda5cc Color Hex

#CDA5CC
(205,165,204)
0 Favorites   0 Comments

Color spaces of #cda5cc

RGB 205165204
HSL0.840.290.73
HSV302°20°80°
CMYK 0.000.200.00   0.20
XYZ49.531144.249063.0571
Yxy44.24900.31580.2821
Hunter Lab66.519916.5022-9.6396
CIE-Lab72.394621.3503-14.3028

#cda5cc color RGB value is (205,165,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100101 11001100
Octal 315 245 314
Decimal 205 165 204
Hex CD A5 CC

RGB Percentages of Color #cda5cc

%35.71
%28.75
%35.54

CMYK Percentages of Color #cda5cc

%0
%20
%0
%20

Triadic Colors of #cda5cc

#cda5cc #cccda5 #a5cccd

Analogous Colors of #cda5cc

#cda5cc #cda5b8 #baa5cd

Monochromatic Colors of #cda5cc

#cda5cc

Complementary Color

#cda5cc #a5cda6

#cda5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda5cc Color CSS Codes

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

#cda5cc Text Font Color

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

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


#cda5cc Background Color

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

This div background color is #cda5cc


#cda5cc Border Color

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

This div border color is #cda5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda5cc


Comments

No comments written yet.

Please login to write comment.