color codes Logo

#cc98dc color codes

#CC98DC
(204,152,220)
0 Favorites   0 Comments

Color spaces of #cc98dc

RGB 204152220
HSL0.790.490.73
HSV286°31°86°
CMYK 0.070.310.00   0.14
XYZ49.048340.461172.9348
Yxy40.46110.30190.2491
Hunter Lab63.609026.3238-23.4562
CIE-Lab69.796731.2367-27.0680

#cc98dc color RGB value is (204,152,220).

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

The process color (four color CMYK) of #cc98dc color code is 0.07, 0.31, 0.00, 0.14. Web safe color of #cc98dc is #cc99cc. Color #cc98dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 11011100
Octal 314 230 334
Decimal 204 152 220
Hex CC 98 DC

RGB Percentages of Color #cc98dc

%35.42
%26.39
%38.19

CMYK Percentages of Color #cc98dc

%7
%31
%0
%14

Triadic Colors of #cc98dc

#cc98dc #dccc98 #98dccc

Analogous Colors of #cc98dc

#cc98dc #dc98ca #aa98dc

Monochromatic Colors of #cc98dc

#cc98dc

Complementary Color

#cc98dc #a8dc98

#cc98dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc98dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc98dc Color CSS Codes

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

#cc98dc Text Font Color

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

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


#cc98dc Background Color

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

This div background color is #cc98dc


#cc98dc Border Color

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

This div border color is #cc98dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc98dc


Comments

No comments written yet.

Please login to write comment.