Color Hex Logo

#c98ccf Color Hex

#C98CCF
(201,140,207)
0 Favorites   0 Comments

Color spaces of #c98ccf

RGB 201140207
HSL0.820.410.68
HSV295°32°81°
CMYK 0.030.320.00   0.19
XYZ44.728035.678763.5607
Yxy35.67870.31070.2478
Hunter Lab59.731629.1332-21.2786
CIE-Lab66.273734.2831-25.2987

#c98ccf color RGB value is (201,140,207).

#c98ccf hex color red value is 201, green value is 140 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c98ccf hue: 0.82 , saturation: 0.41 and the lightness value of c98ccf is 0.68.

The process color (four color CMYK) of #c98ccf color hex is 0.03, 0.32, 0.00, 0.19. Web safe color of #c98ccf is #cc99cc. Color #c98ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001100 11001111
Octal 311 214 317
Decimal 201 140 207
Hex C9 8C CF

RGB Percentages of Color #c98ccf

%36.68
%25.55
%37.77

CMYK Percentages of Color #c98ccf

%3
%32
%0
%19

Triadic Colors of #c98ccf

#c98ccf #cfc98c #8ccfc9

Analogous Colors of #c98ccf

#c98ccf #cf8cb4 #a88ccf

Monochromatic Colors of #c98ccf

#c98ccf

Complementary Color

#c98ccf #92cf8c

#c98ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98ccf Color CSS Codes

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

#c98ccf Text Font Color

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

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


#c98ccf Background Color

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

This div background color is #c98ccf


#c98ccf Border Color

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

This div border color is #c98ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98ccf


Comments

No comments written yet.

Please login to write comment.