Color Hex Logo

#c98fcf Color Hex

#C98FCF
(201,143,207)
0 Favorites   0 Comments

Color spaces of #c98fcf

RGB 201143207
HSL0.820.400.69
HSV294°31°81°
CMYK 0.030.310.00   0.19
XYZ45.172336.567463.7089
Yxy36.56740.31060.2514
Hunter Lab60.471027.5167-20.1350
CIE-Lab66.951232.6463-24.2604

#c98fcf color RGB value is (201,143,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001111 11001111
Octal 311 217 317
Decimal 201 143 207
Hex C9 8F CF

RGB Percentages of Color #c98fcf

%36.48
%25.95
%37.57

CMYK Percentages of Color #c98fcf

%3
%31
%0
%19

Triadic Colors of #c98fcf

#c98fcf #cfc98f #8fcfc9

Analogous Colors of #c98fcf

#c98fcf #cf8fb5 #a98fcf

Monochromatic Colors of #c98fcf

#c98fcf

Complementary Color

#c98fcf #95cf8f

#c98fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98fcf Color CSS Codes

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

#c98fcf Text Font Color

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

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


#c98fcf Background Color

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

This div background color is #c98fcf


#c98fcf Border Color

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

This div border color is #c98fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,143,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 #c98fcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98fcf


Comments

No comments written yet.

Please login to write comment.