Color Hex Logo

#c998cb Color Hex

#C998CB
(201,152,203)
0 Favorites   0 Comments

Color spaces of #c998cb

RGB 201152203
HSL0.830.330.70
HSV298°25°80°
CMYK 0.010.250.00   0.20
XYZ46.095139.185861.6340
Yxy39.18580.31380.2667
Hunter Lab62.598621.8928-14.5574
CIE-Lab68.885626.9474-19.0891

#c998cb color RGB value is (201,152,203).

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

The process color (four color CMYK) of #c998cb color hex is 0.01, 0.25, 0.00, 0.20. Web safe color of #c998cb is #cc99cc. Color #c998cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011000 11001011
Octal 311 230 313
Decimal 201 152 203
Hex C9 98 CB

RGB Percentages of Color #c998cb

%36.15
%27.34
%36.51

CMYK Percentages of Color #c998cb

%1
%25
%0
%20

Triadic Colors of #c998cb

#c998cb #cbc998 #98cbc9

Analogous Colors of #c998cb

#c998cb #cb98b4 #b098cb

Monochromatic Colors of #c998cb

#c998cb

Complementary Color

#c998cb #9acb98

#c998cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c998cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c998cb Color CSS Codes

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

#c998cb Text Font Color

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

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


#c998cb Background Color

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

This div background color is #c998cb


#c998cb Border Color

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

This div border color is #c998cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c998cb


Comments

No comments written yet.

Please login to write comment.