Color Hex Logo

#cd98cb Color Hex

#CD98CB
(205,152,203)
0 Favorites   0 Comments

Color spaces of #cd98cb

RGB 205152203
HSL0.840.350.70
HSV302°26°80°
CMYK 0.000.260.01   0.20
XYZ47.184639.747461.6850
Yxy39.74740.31750.2674
Hunter Lab63.045523.2634-13.8786
CIE-Lab69.289228.2786-18.4389

#cd98cb color RGB value is (205,152,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011000 11001011
Octal 315 230 313
Decimal 205 152 203
Hex CD 98 CB

RGB Percentages of Color #cd98cb

%36.61
%27.14
%36.25

CMYK Percentages of Color #cd98cb

%0
%26
%1
%20

Triadic Colors of #cd98cb

#cd98cb #cbcd98 #98cbcd

Analogous Colors of #cd98cb

#cd98cb #cd98b1 #b598cd

Monochromatic Colors of #cd98cb

#cd98cb

Complementary Color

#cd98cb #98cd9a

#cd98cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd98cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd98cb Color CSS Codes

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

#cd98cb Text Font Color

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

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


#cd98cb Background Color

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

This div background color is #cd98cb


#cd98cb Border Color

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

This div border color is #cd98cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd98cb


Comments

No comments written yet.

Please login to write comment.