Color Hex Logo

#c98dfd Color Hex

#C98DFD
(201,141,253)
0 Favorites   0 Comments

Color spaces of #c98dfd

RGB 201141253
HSL0.760.970.77
HSV272°44°99°
CMYK 0.210.440.00   0.01
XYZ51.341938.559197.6651
Yxy38.55910.27370.2056
Hunter Lab62.096038.9186-49.7847
CIE-Lab68.430743.2810-47.3110

#c98dfd color RGB value is (201,141,253).

#c98dfd hex color red value is 201, green value is 141 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c98dfd hue: 0.76 , saturation: 0.97 and the lightness value of c98dfd is 0.77.

The process color (four color CMYK) of #c98dfd color hex is 0.21, 0.44, 0.00, 0.01. Web safe color of #c98dfd is #cc99ff. Color #c98dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001101 11111101
Octal 311 215 375
Decimal 201 141 253
Hex C9 8D FD

RGB Percentages of Color #c98dfd

%33.78
%23.70
%42.52

CMYK Percentages of Color #c98dfd

%21
%44
%0
%1

Triadic Colors of #c98dfd

#c98dfd #fdc98d #8dfdc9

Analogous Colors of #c98dfd

#c98dfd #fd8df9 #918dfd

Monochromatic Colors of #c98dfd

#c98dfd

Complementary Color

#c98dfd #c1fd8d

#c98dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98dfd Color CSS Codes

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

#c98dfd Text Font Color

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

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


#c98dfd Background Color

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

This div background color is #c98dfd


#c98dfd Border Color

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

This div border color is #c98dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.