Color Hex Logo

#cc98ff Color Hex

#CC98FF
(204,152,255)
0 Favorites   0 Comments

Color spaces of #cc98ff

RGB 204152255
HSL0.751.000.80
HSV270°40°100°
CMYK 0.200.400.00   0.00
XYZ54.180142.513899.9581
Yxy42.51380.27550.2162
Hunter Lab65.202634.2200-45.2520
CIE-Lab71.223738.6113-43.9932

#cc98ff color RGB value is (204,152,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 11111111
Octal 314 230 377
Decimal 204 152 255
Hex CC 98 FF

RGB Percentages of Color #cc98ff

%33.39
%24.88
%41.73

CMYK Percentages of Color #cc98ff

%20
%40
%0
%0

Triadic Colors of #cc98ff

#cc98ff #ffcc98 #98ffcc

Analogous Colors of #cc98ff

#cc98ff #ff98ff #9998ff

Monochromatic Colors of #cc98ff

#cc98ff

Complementary Color

#cc98ff #cbff98

#cc98ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc98ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc98ff Color CSS Codes

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

#cc98ff Text Font Color

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

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


#cc98ff Background Color

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

This div background color is #cc98ff


#cc98ff Border Color

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

This div border color is #cc98ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc98ff

Related Colors


Comments

No comments written yet.

Please login to write comment.