Color Hex Logo

#cc98fb Color Hex

#CC98FB
(204,152,251)
0 Favorites   0 Comments

Color spaces of #cc98fb

RGB 204152251
HSL0.750.930.79
HSV272°39°98°
CMYK 0.190.390.00   0.02
XYZ53.542742.258996.6016
Yxy42.25890.27830.2196
Hunter Lab65.006833.2590-42.6014
CIE-Lab71.049137.7321-42.0939

#cc98fb color RGB value is (204,152,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 11111011
Octal 314 230 373
Decimal 204 152 251
Hex CC 98 FB

RGB Percentages of Color #cc98fb

%33.61
%25.04
%41.35

CMYK Percentages of Color #cc98fb

%19
%39
%0
%2

Triadic Colors of #cc98fb

#cc98fb #fbcc98 #98fbcc

Analogous Colors of #cc98fb

#cc98fb #fb98f9 #9b98fb

Monochromatic Colors of #cc98fb

#cc98fb

Complementary Color

#cc98fb #c7fb98

#cc98fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc98fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc98fb Color CSS Codes

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

#cc98fb Text Font Color

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

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


#cc98fb Background Color

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

This div background color is #cc98fb


#cc98fb Border Color

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

This div border color is #cc98fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc98fb


Comments

No comments written yet.

Please login to write comment.