Color Hex Logo

#c98fed Color Hex

#C98FED
(201,143,237)
0 Favorites   0 Comments

Color spaces of #c98fed

RGB 201143237
HSL0.770.720.75
HSV277°40°93°
CMYK 0.150.400.00   0.07
XYZ49.195938.176984.8967
Yxy38.17690.28560.2216
Hunter Lab61.787533.9957-38.2139
CIE-Lab68.150838.7330-38.9926

#c98fed color RGB value is (201,143,237).

#c98fed hex color red value is 201, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c98fed hue: 0.77 , saturation: 0.72 and the lightness value of c98fed is 0.75.

The process color (four color CMYK) of #c98fed color hex is 0.15, 0.40, 0.00, 0.07. Web safe color of #c98fed is #cc99ff. Color #c98fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001111 11101101
Octal 311 217 355
Decimal 201 143 237
Hex C9 8F ED

RGB Percentages of Color #c98fed

%34.60
%24.61
%40.79

CMYK Percentages of Color #c98fed

%15
%40
%0
%7

Triadic Colors of #c98fed

#c98fed #edc98f #8fedc9

Analogous Colors of #c98fed

#c98fed #ed8fe2 #9a8fed

Monochromatic Colors of #c98fed

#c98fed

Complementary Color

#c98fed #b3ed8f

#c98fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98fed Color CSS Codes

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

#c98fed Text Font Color

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

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


#c98fed Background Color

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

This div background color is #c98fed


#c98fed Border Color

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

This div border color is #c98fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98fed


Comments

No comments written yet.

Please login to write comment.