Color Hex Logo

#cc98fa Color Hex

#CC98FA
(204,152,250)
0 Favorites   0 Comments

Color spaces of #cc98fa

RGB 204152250
HSL0.760.910.79
HSV272°39°98°
CMYK 0.180.390.00   0.02
XYZ53.385442.196095.7734
Yxy42.19600.27900.2205
Hunter Lab64.958433.0210-41.9450
CIE-Lab71.005837.5135-41.6176

#cc98fa color RGB value is (204,152,250).

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

The process color (four color CMYK) of #cc98fa color hex is 0.18, 0.39, 0.00, 0.02. Web safe color of #cc98fa is #cc99ff. Color #cc98fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 11111010
Octal 314 230 372
Decimal 204 152 250
Hex CC 98 FA

RGB Percentages of Color #cc98fa

%33.66
%25.08
%41.25

CMYK Percentages of Color #cc98fa

%18
%39
%0
%2

Triadic Colors of #cc98fa

#cc98fa #facc98 #98facc

Analogous Colors of #cc98fa

#cc98fa #fa98f7 #9b98fa

Monochromatic Colors of #cc98fa

#cc98fa

Complementary Color

#cc98fa #c6fa98

#cc98fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc98fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc98fa Color CSS Codes

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

#cc98fa Text Font Color

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

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


#cc98fa Background Color

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

This div background color is #cc98fa


#cc98fa Border Color

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

This div border color is #cc98fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc98fa

Related Colors


Comments

No comments written yet.

Please login to write comment.