Color Hex Logo

#cc98df Color Hex

#CC98DF
(204,152,223)
0 Favorites   0 Comments

Color spaces of #cc98df

RGB 204152223
HSL0.790.530.74
HSV284°32°87°
CMYK 0.090.320.00   0.13
XYZ49.449440.621675.0465
Yxy40.62160.29950.2460
Hunter Lab63.735126.9544-25.1980
CIE-Lab69.910031.8386-28.5455

#cc98df color RGB value is (204,152,223).

#cc98df hex color red value is 204, green value is 152 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cc98df hue: 0.79 , saturation: 0.53 and the lightness value of cc98df is 0.74.

The process color (four color CMYK) of #cc98df color hex is 0.09, 0.32, 0.00, 0.13. Web safe color of #cc98df is #cc99cc. Color #cc98df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 11011111
Octal 314 230 337
Decimal 204 152 223
Hex CC 98 DF

RGB Percentages of Color #cc98df

%35.23
%26.25
%38.51

CMYK Percentages of Color #cc98df

%9
%32
%0
%13

Triadic Colors of #cc98df

#cc98df #dfcc98 #98dfcc

Analogous Colors of #cc98df

#cc98df #df98cf #a998df

Monochromatic Colors of #cc98df

#cc98df

Complementary Color

#cc98df #abdf98

#cc98df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc98df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc98df Color CSS Codes

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

#cc98df Text Font Color

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

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


#cc98df Background Color

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

This div background color is #cc98df


#cc98df Border Color

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

This div border color is #cc98df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc98df


Comments

No comments written yet.

Please login to write comment.