Color Hex Logo

#c98bd7 Color Hex

#C98BD7
(201,139,215)
0 Favorites   0 Comments

Color spaces of #c98bd7

RGB 201139215
HSL0.800.490.69
HSV289°35°84°
CMYK 0.070.350.00   0.16
XYZ45.585835.789068.7953
Yxy35.78900.30360.2383
Hunter Lab59.823931.3251-26.3046
CIE-Lab66.358436.3885-29.6208

#c98bd7 color RGB value is (201,139,215).

#c98bd7 hex color red value is 201, green value is 139 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #c98bd7 hue: 0.80 , saturation: 0.49 and the lightness value of c98bd7 is 0.69.

The process color (four color CMYK) of #c98bd7 color hex is 0.07, 0.35, 0.00, 0.16. Web safe color of #c98bd7 is #cc99cc. Color #c98bd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001011 11010111
Octal 311 213 327
Decimal 201 139 215
Hex C9 8B D7

RGB Percentages of Color #c98bd7

%36.22
%25.05
%38.74

CMYK Percentages of Color #c98bd7

%7
%35
%0
%16

Triadic Colors of #c98bd7

#c98bd7 #d7c98b #8bd7c9

Analogous Colors of #c98bd7

#c98bd7 #d78bbf #a38bd7

Monochromatic Colors of #c98bd7

#c98bd7

Complementary Color

#c98bd7 #99d78b

#c98bd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98bd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98bd7 Color CSS Codes

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

#c98bd7 Text Font Color

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

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


#c98bd7 Background Color

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

This div background color is #c98bd7


#c98bd7 Border Color

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

This div border color is #c98bd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98bd7


Comments

No comments written yet.

Please login to write comment.