Color Hex Logo

#c898cc Color Hex

#C898CC
(200,152,204)
0 Favorites   0 Comments

Color spaces of #c898cc

RGB 200152204
HSL0.820.340.70
HSV295°25°80°
CMYK 0.020.250.00   0.20
XYZ45.946739.095562.2513
Yxy39.09550.31190.2654
Hunter Lab62.526421.7472-15.2607
CIE-Lab68.820426.8066-19.7521

#c898cc color RGB value is (200,152,204).

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

The process color (four color CMYK) of #c898cc color hex is 0.02, 0.25, 0.00, 0.20. Web safe color of #c898cc is #cc99cc. Color #c898cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011000 11001100
Octal 310 230 314
Decimal 200 152 204
Hex C8 98 CC

RGB Percentages of Color #c898cc

%35.97
%27.34
%36.69

CMYK Percentages of Color #c898cc

%2
%25
%0
%20

Triadic Colors of #c898cc

#c898cc #ccc898 #98ccc8

Analogous Colors of #c898cc

#c898cc #cc98b6 #ae98cc

Monochromatic Colors of #c898cc

#c898cc

Complementary Color

#c898cc #9ccc98

#c898cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c898cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c898cc Color CSS Codes

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

#c898cc Text Font Color

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

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


#c898cc Background Color

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

This div background color is #c898cc


#c898cc Border Color

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

This div border color is #c898cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c898cc


Comments

No comments written yet.

Please login to write comment.