Color Hex Logo

#c998ed Color Hex

#C998ED
(201,152,237)
0 Favorites   0 Comments

Color spaces of #c998ed

RGB 201152237
HSL0.760.700.76
HSV275°36°93°
CMYK 0.150.360.00   0.07
XYZ50.601740.988485.3653
Yxy40.98840.28600.2316
Hunter Lab64.022229.0436-34.2400
CIE-Lab70.167833.8270-35.8530

#c998ed color RGB value is (201,152,237).

#c998ed hex color red value is 201, green value is 152 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c998ed hue: 0.76 , saturation: 0.70 and the lightness value of c998ed is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011000 11101101
Octal 311 230 355
Decimal 201 152 237
Hex C9 98 ED

RGB Percentages of Color #c998ed

%34.07
%25.76
%40.17

CMYK Percentages of Color #c998ed

%15
%36
%0
%7

Triadic Colors of #c998ed

#c998ed #edc998 #98edc9

Analogous Colors of #c998ed

#c998ed #ed98e7 #9f98ed

Monochromatic Colors of #c998ed

#c998ed

Complementary Color

#c998ed #bced98

#c998ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c998ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c998ed Color CSS Codes

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

#c998ed Text Font Color

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

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


#c998ed Background Color

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

This div background color is #c998ed


#c998ed Border Color

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

This div border color is #c998ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c998ed


Comments

No comments written yet.

Please login to write comment.