Color Hex Logo

#c98bde Color Hex

#C98BDE
(201,139,222)
0 Favorites   0 Comments

Color spaces of #c98bde

RGB 201139222
HSL0.790.560.71
HSV285°37°87°
CMYK 0.090.370.00   0.13
XYZ46.504836.156773.6351
Yxy36.15670.29750.2313
Hunter Lab60.130432.8234-30.5146
CIE-Lab66.639537.7895-33.0698

#c98bde color RGB value is (201,139,222).

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

The process color (four color CMYK) of #c98bde color hex is 0.09, 0.37, 0.00, 0.13. Web safe color of #c98bde is #cc99cc. Color #c98bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001011 11011110
Octal 311 213 336
Decimal 201 139 222
Hex C9 8B DE

RGB Percentages of Color #c98bde

%35.77
%24.73
%39.50

CMYK Percentages of Color #c98bde

%9
%37
%0
%13

Triadic Colors of #c98bde

#c98bde #dec98b #8bdec9

Analogous Colors of #c98bde

#c98bde #de8bca #a08bde

Monochromatic Colors of #c98bde

#c98bde

Complementary Color

#c98bde #a0de8b

#c98bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98bde Color CSS Codes

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

#c98bde Text Font Color

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

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


#c98bde Background Color

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

This div background color is #c98bde


#c98bde Border Color

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

This div border color is #c98bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98bde


Comments

No comments written yet.

Please login to write comment.