Color Hex Logo

#cc98fc Color Hex

#CC98FC
(204,152,252)
0 Favorites   0 Comments

Color spaces of #cc98fc

RGB 204152252
HSL0.750.940.79
HSV271°40°99°
CMYK 0.190.400.00   0.01
XYZ53.700842.322197.4341
Yxy42.32210.27760.2188
Hunter Lab65.055433.4980-43.2603
CIE-Lab71.092437.9511-42.5696

#cc98fc color RGB value is (204,152,252).

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

The process color (four color CMYK) of #cc98fc color hex is 0.19, 0.40, 0.00, 0.01. Web safe color of #cc98fc is #cc99ff. Color #cc98fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 11111100
Octal 314 230 374
Decimal 204 152 252
Hex CC 98 FC

RGB Percentages of Color #cc98fc

%33.55
%25.00
%41.45

CMYK Percentages of Color #cc98fc

%19
%40
%0
%1

Triadic Colors of #cc98fc

#cc98fc #fccc98 #98fccc

Analogous Colors of #cc98fc

#cc98fc #fc98fa #9a98fc

Monochromatic Colors of #cc98fc

#cc98fc

Complementary Color

#cc98fc #c8fc98

#cc98fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc98fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc98fc Color CSS Codes

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

#cc98fc Text Font Color

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

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


#cc98fc Background Color

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

This div background color is #cc98fc


#cc98fc Border Color

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

This div border color is #cc98fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc98fc

Related Colors


Comments

No comments written yet.

Please login to write comment.