Color Hex Logo

#cc98ba Color Hex

#CC98BA
(204,152,186)
0 Favorites   0 Comments

Color spaces of #cc98ba

RGB 204152186
HSL0.890.340.70
HSV321°25°80°
CMYK 0.000.250.09   0.20
XYZ44.993038.839051.5797
Yxy38.83900.33230.2868
Hunter Lab62.320919.8076-5.4465
CIE-Lab68.634524.8739-9.9869

#cc98ba color RGB value is (204,152,186).

#cc98ba hex color red value is 204, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cc98ba hue: 0.89 , saturation: 0.34 and the lightness value of cc98ba is 0.70.

The process color (four color CMYK) of #cc98ba color hex is 0.00, 0.25, 0.09, 0.20. Web safe color of #cc98ba is #cc99cc. Color #cc98ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 10111010
Octal 314 230 272
Decimal 204 152 186
Hex CC 98 BA

RGB Percentages of Color #cc98ba

%37.64
%28.04
%34.32

CMYK Percentages of Color #cc98ba

%0
%25
%9
%20

Triadic Colors of #cc98ba

#cc98ba #bacc98 #98bacc

Analogous Colors of #cc98ba

#cc98ba #cc98a0 #c498cc

Monochromatic Colors of #cc98ba

#cc98ba

Complementary Color

#cc98ba #98ccaa

#cc98ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc98ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc98ba Color CSS Codes

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

#cc98ba Text Font Color

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

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


#cc98ba Background Color

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

This div background color is #cc98ba


#cc98ba Border Color

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

This div border color is #cc98ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc98ba


Comments

No comments written yet.

Please login to write comment.