Color Hex Logo

#c98fce Color Hex

#C98FCE
(201,143,206)
0 Favorites   0 Comments

Color spaces of #c98fce

RGB 201143206
HSL0.820.390.68
HSV295°31°81°
CMYK 0.020.310.00   0.19
XYZ45.050436.518763.0669
Yxy36.51870.31150.2525
Hunter Lab60.430727.3160-19.5749
CIE-Lab66.914432.4538-23.7601

#c98fce color RGB value is (201,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001111 11001110
Octal 311 217 316
Decimal 201 143 206
Hex C9 8F CE

RGB Percentages of Color #c98fce

%36.55
%26.00
%37.45

CMYK Percentages of Color #c98fce

%2
%31
%0
%19

Triadic Colors of #c98fce

#c98fce #cec98f #8fcec9

Analogous Colors of #c98fce

#c98fce #ce8fb4 #aa8fce

Monochromatic Colors of #c98fce

#c98fce

Complementary Color

#c98fce #94ce8f

#c98fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98fce Color CSS Codes

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

#c98fce Text Font Color

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

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


#c98fce Background Color

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

This div background color is #c98fce


#c98fce Border Color

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

This div border color is #c98fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98fce


Comments

No comments written yet.

Please login to write comment.