Color Hex Logo

#c998da Color Hex

#C998DA
(201,152,218)
0 Favorites   0 Comments

Color spaces of #c998da

RGB 201152218
HSL0.790.470.73
HSV285°30°85°
CMYK 0.080.300.00   0.15
XYZ47.970539.935971.5098
Yxy39.93590.30090.2505
Hunter Lab63.194924.9063-22.8548
CIE-Lab69.423929.8844-26.5637

#c998da color RGB value is (201,152,218).

#c998da hex color red value is 201, green value is 152 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c998da hue: 0.79 , saturation: 0.47 and the lightness value of c998da is 0.73.

The process color (four color CMYK) of #c998da color hex is 0.08, 0.30, 0.00, 0.15. Web safe color of #c998da is #cc99cc. Color #c998da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011000 11011010
Octal 311 230 332
Decimal 201 152 218
Hex C9 98 DA

RGB Percentages of Color #c998da

%35.20
%26.62
%38.18

CMYK Percentages of Color #c998da

%8
%30
%0
%15

Triadic Colors of #c998da

#c998da #dac998 #98dac9

Analogous Colors of #c998da

#c998da #da98ca #a898da

Monochromatic Colors of #c998da

#c998da

Complementary Color

#c998da #a9da98

#c998da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c998da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c998da Color CSS Codes

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

#c998da Text Font Color

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

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


#c998da Background Color

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

This div background color is #c998da


#c998da Border Color

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

This div border color is #c998da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c998da


Comments

No comments written yet.

Please login to write comment.