Color Hex Logo

#c98edb Color Hex

#C98EDB
(201,142,219)
0 Favorites   0 Comments

Color spaces of #c98edb

RGB 201142219
HSL0.790.520.71
HSV286°35°86°
CMYK 0.080.350.00   0.14
XYZ46.546636.878071.6827
Yxy36.87800.30010.2378
Hunter Lab60.727330.5451-27.4771
CIE-Lab67.185435.5544-30.5631

#c98edb color RGB value is (201,142,219).

#c98edb hex color red value is 201, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c98edb hue: 0.79 , saturation: 0.52 and the lightness value of c98edb is 0.71.

The process color (four color CMYK) of #c98edb color hex is 0.08, 0.35, 0.00, 0.14. Web safe color of #c98edb is #cc99cc. Color #c98edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001110 11011011
Octal 311 216 333
Decimal 201 142 219
Hex C9 8E DB

RGB Percentages of Color #c98edb

%35.77
%25.27
%38.97

CMYK Percentages of Color #c98edb

%8
%35
%0
%14

Triadic Colors of #c98edb

#c98edb #dbc98e #8edbc9

Analogous Colors of #c98edb

#c98edb #db8ec7 #a38edb

Monochromatic Colors of #c98edb

#c98edb

Complementary Color

#c98edb #a0db8e

#c98edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98edb Color CSS Codes

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

#c98edb Text Font Color

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

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


#c98edb Background Color

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

This div background color is #c98edb


#c98edb Border Color

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

This div border color is #c98edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98edb


Comments

No comments written yet.

Please login to write comment.