Color Hex Logo

#cd98cc Color Hex

#CD98CC
(205,152,204)
0 Favorites   0 Comments

Color spaces of #cd98cc

RGB 205152204
HSL0.840.350.70
HSV301°26°80°
CMYK 0.000.260.00   0.20
XYZ47.304239.795262.3148
Yxy39.79520.31660.2663
Hunter Lab63.083423.4553-14.4092
CIE-Lab69.323428.4656-18.9412

#cd98cc color RGB value is (205,152,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011000 11001100
Octal 315 230 314
Decimal 205 152 204
Hex CD 98 CC

RGB Percentages of Color #cd98cc

%36.54
%27.09
%36.36

CMYK Percentages of Color #cd98cc

%0
%26
%0
%20

Triadic Colors of #cd98cc

#cd98cc #cccd98 #98cccd

Analogous Colors of #cd98cc

#cd98cc #cd98b2 #b498cd

Monochromatic Colors of #cd98cc

#cd98cc

Complementary Color

#cd98cc #98cd99

#cd98cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd98cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd98cc Color CSS Codes

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

#cd98cc Text Font Color

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

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


#cd98cc Background Color

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

This div background color is #cd98cc


#cd98cc Border Color

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

This div border color is #cd98cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd98cc


Comments

No comments written yet.

Please login to write comment.