Color Hex Logo

#c9b3fd Color Hex

#C9B3FD
(201,179,253)
0 Favorites   0 Comments

Color spaces of #c9b3fd

RGB 201179253
HSL0.720.950.85
HSV258°29°99°
CMYK 0.210.290.00   0.01
XYZ57.937151.749699.8636
Yxy51.74960.27650.2470
Hunter Lab71.937217.8710-31.9507
CIE-Lab77.130922.5188-33.7472

#c9b3fd color RGB value is (201,179,253).

#c9b3fd hex color red value is 201, green value is 179 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c9b3fd hue: 0.72 , saturation: 0.95 and the lightness value of c9b3fd is 0.85.

The process color (four color CMYK) of #c9b3fd color hex is 0.21, 0.29, 0.00, 0.01. Web safe color of #c9b3fd is #ccccff. Color #c9b3fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110011 11111101
Octal 311 263 375
Decimal 201 179 253
Hex C9 B3 FD

RGB Percentages of Color #c9b3fd

%31.75
%28.28
%39.97

CMYK Percentages of Color #c9b3fd

%21
%29
%0
%1

Triadic Colors of #c9b3fd

#c9b3fd #fdc9b3 #b3fdc9

Analogous Colors of #c9b3fd

#c9b3fd #eeb3fd #b3c2fd

Monochromatic Colors of #c9b3fd

#c9b3fd

Complementary Color

#c9b3fd #e7fdb3

#c9b3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b3fd Color CSS Codes

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

#c9b3fd Text Font Color

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

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


#c9b3fd Background Color

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

This div background color is #c9b3fd


#c9b3fd Border Color

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

This div border color is #c9b3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9b3fd


Comments

No comments written yet.

Please login to write comment.