Color Hex Logo

#c98ceb Color Hex

#C98CEB
(201,140,235)
0 Favorites   0 Comments

Color spaces of #c98ceb

RGB 201140235
HSL0.770.700.74
HSV279°40°92°
CMYK 0.140.400.00   0.08
XYZ48.460937.171883.2180
Yxy37.17180.28700.2201
Hunter Lab60.968735.1854-38.2486
CIE-Lab67.405739.9352-39.0558

#c98ceb color RGB value is (201,140,235).

#c98ceb hex color red value is 201, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c98ceb hue: 0.77 , saturation: 0.70 and the lightness value of c98ceb is 0.74.

The process color (four color CMYK) of #c98ceb color hex is 0.14, 0.40, 0.00, 0.08. Web safe color of #c98ceb is #cc99ff. Color #c98ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001100 11101011
Octal 311 214 353
Decimal 201 140 235
Hex C9 8C EB

RGB Percentages of Color #c98ceb

%34.90
%24.31
%40.80

CMYK Percentages of Color #c98ceb

%14
%40
%0
%8

Triadic Colors of #c98ceb

#c98ceb #ebc98c #8cebc9

Analogous Colors of #c98ceb

#c98ceb #eb8cde #9a8ceb

Monochromatic Colors of #c98ceb

#c98ceb

Complementary Color

#c98ceb #aeeb8c

#c98ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98ceb Color CSS Codes

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

#c98ceb Text Font Color

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

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


#c98ceb Background Color

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

This div background color is #c98ceb


#c98ceb Border Color

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

This div border color is #c98ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98ceb


Comments

No comments written yet.

Please login to write comment.