Color Hex Logo

#cc98db Color Hex

#CC98DB
(204,152,219)
0 Favorites   0 Comments

Color spaces of #cc98db

RGB 204152219
HSL0.800.480.73
HSV287°31°86°
CMYK 0.070.310.00   0.14
XYZ48.916340.408372.2393
Yxy40.40830.30280.2501
Hunter Lab63.567526.1156-22.8810
CIE-Lab69.759431.0375-26.5744

#cc98db color RGB value is (204,152,219).

#cc98db hex color red value is 204, green value is 152 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cc98db hue: 0.80 , saturation: 0.48 and the lightness value of cc98db is 0.73.

The process color (four color CMYK) of #cc98db color hex is 0.07, 0.31, 0.00, 0.14. Web safe color of #cc98db is #cc99cc. Color #cc98db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 11011011
Octal 314 230 333
Decimal 204 152 219
Hex CC 98 DB

RGB Percentages of Color #cc98db

%35.48
%26.43
%38.09

CMYK Percentages of Color #cc98db

%7
%31
%0
%14

Triadic Colors of #cc98db

#cc98db #dbcc98 #98dbcc

Analogous Colors of #cc98db

#cc98db #db98c9 #ab98db

Monochromatic Colors of #cc98db

#cc98db

Complementary Color

#cc98db #a7db98

#cc98db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc98db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc98db Color CSS Codes

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

#cc98db Text Font Color

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

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


#cc98db Background Color

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

This div background color is #cc98db


#cc98db Border Color

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

This div border color is #cc98db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc98db


Comments

No comments written yet.

Please login to write comment.