Color Hex Logo

#c98bfd Color Hex

#C98BFD
(201,139,253)
0 Favorites   0 Comments

Color spaces of #c98bfd

RGB 201139253
HSL0.760.970.77
HSV273°45°99°
CMYK 0.210.450.00   0.01
XYZ51.049637.974697.5677
Yxy37.97460.27360.2035
Hunter Lab61.623540.0301-50.7366
CIE-Lab68.001944.3550-47.9862

#c98bfd color RGB value is (201,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001011 11111101
Octal 311 213 375
Decimal 201 139 253
Hex C9 8B FD

RGB Percentages of Color #c98bfd

%33.90
%23.44
%42.66

CMYK Percentages of Color #c98bfd

%21
%45
%0
%1

Triadic Colors of #c98bfd

#c98bfd #fdc98b #8bfdc9

Analogous Colors of #c98bfd

#c98bfd #fd8bf8 #908bfd

Monochromatic Colors of #c98bfd

#c98bfd

Complementary Color

#c98bfd #bffd8b

#c98bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98bfd Color CSS Codes

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

#c98bfd Text Font Color

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

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


#c98bfd Background Color

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

This div background color is #c98bfd


#c98bfd Border Color

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

This div border color is #c98bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98bfd


Comments

No comments written yet.

Please login to write comment.