Color Hex Logo

#c991da Color Hex

#C991DA
(201,145,218)
0 Favorites   0 Comments

Color spaces of #c991da

RGB 201145218
HSL0.790.500.71
HSV286°33°85°
CMYK 0.080.330.00   0.15
XYZ46.867737.730371.1421
Yxy37.73030.30090.2423
Hunter Lab61.425028.7030-25.6719
CIE-Lab67.821433.7174-29.0281

#c991da color RGB value is (201,145,218).

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

The process color (four color CMYK) of #c991da color hex is 0.08, 0.33, 0.00, 0.15. Web safe color of #c991da is #cc99cc. Color #c991da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010001 11011010
Octal 311 221 332
Decimal 201 145 218
Hex C9 91 DA

RGB Percentages of Color #c991da

%35.64
%25.71
%38.65

CMYK Percentages of Color #c991da

%8
%33
%0
%15

Triadic Colors of #c991da

#c991da #dac991 #91dac9

Analogous Colors of #c991da

#c991da #da91c7 #a591da

Monochromatic Colors of #c991da

#c991da

Complementary Color

#c991da #a2da91

#c991da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c991da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c991da Color CSS Codes

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

#c991da Text Font Color

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

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


#c991da Background Color

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

This div background color is #c991da


#c991da Border Color

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

This div border color is #c991da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c991da


Comments

No comments written yet.

Please login to write comment.