Color Hex Logo

#c991fb Color Hex

#C991FB
(201,145,251)
0 Favorites   0 Comments

Color spaces of #c991fb

RGB 201145251
HSL0.750.930.78
HSV272°42°98°
CMYK 0.200.420.00   0.02
XYZ51.625439.633396.1958
Yxy39.63330.27540.2114
Hunter Lab62.955036.2053-46.5272
CIE-Lab69.207540.6805-44.9994

#c991fb color RGB value is (201,145,251).

#c991fb hex color red value is 201, green value is 145 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c991fb hue: 0.75 , saturation: 0.93 and the lightness value of c991fb is 0.78.

The process color (four color CMYK) of #c991fb color hex is 0.20, 0.42, 0.00, 0.02. Web safe color of #c991fb is #cc99ff. Color #c991fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010001 11111011
Octal 311 221 373
Decimal 201 145 251
Hex C9 91 FB

RGB Percentages of Color #c991fb

%33.67
%24.29
%42.04

CMYK Percentages of Color #c991fb

%20
%42
%0
%2

Triadic Colors of #c991fb

#c991fb #fbc991 #91fbc9

Analogous Colors of #c991fb

#c991fb #fb91f8 #9491fb

Monochromatic Colors of #c991fb

#c991fb

Complementary Color

#c991fb #c3fb91

#c991fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c991fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c991fb Color CSS Codes

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

#c991fb Text Font Color

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

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


#c991fb Background Color

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

This div background color is #c991fb


#c991fb Border Color

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

This div border color is #c991fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c991fb


Comments

No comments written yet.

Please login to write comment.