Color Hex Logo

#c98cca Color Hex

#C98CCA
(201,140,202)
0 Favorites   0 Comments

Color spaces of #c98cca

RGB 201140202
HSL0.830.370.67
HSV299°31°79°
CMYK 0.000.310.00   0.21
XYZ44.126135.437960.3916
Yxy35.43790.31530.2532
Hunter Lab59.529728.1351-18.4776
CIE-Lab66.088233.3303-22.7931

#c98cca color RGB value is (201,140,202).

#c98cca hex color red value is 201, green value is 140 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c98cca hue: 0.83 , saturation: 0.37 and the lightness value of c98cca is 0.67.

The process color (four color CMYK) of #c98cca color hex is 0.00, 0.31, 0.00, 0.21. Web safe color of #c98cca is #cc99cc. Color #c98cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001100 11001010
Octal 311 214 312
Decimal 201 140 202
Hex C9 8C CA

RGB Percentages of Color #c98cca

%37.02
%25.78
%37.20

CMYK Percentages of Color #c98cca

%0
%31
%0
%21

Triadic Colors of #c98cca

#c98cca #cac98c #8ccac9

Analogous Colors of #c98cca

#c98cca #ca8cac #aa8cca

Monochromatic Colors of #c98cca

#c98cca

Complementary Color

#c98cca #8dca8c

#c98cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98cca Color CSS Codes

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

#c98cca Text Font Color

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

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


#c98cca Background Color

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

This div background color is #c98cca


#c98cca Border Color

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

This div border color is #c98cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,140,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c98cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c98cca;
  -webkit-box-shadow: 1px 1px 3px 2px #c98cca;
  box-shadow:         1px 1px 3px 2px #c98cca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,140,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98cca


Comments

No comments written yet.

Please login to write comment.