Color Hex Logo

#c994bd Color Hex

#C994BD
(201,148,189)
0 Favorites   0 Comments

Color spaces of #c994bd

RGB 201148189
HSL0.870.330.68
HSV314°26°79°
CMYK 0.000.260.06   0.21
XYZ43.862637.271453.0264
Yxy37.27140.32690.2778
Hunter Lab61.050321.4082-8.7622
CIE-Lab67.480226.5583-13.4213

#c994bd color RGB value is (201,148,189).

#c994bd hex color red value is 201, green value is 148 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c994bd hue: 0.87 , saturation: 0.33 and the lightness value of c994bd is 0.68.

The process color (four color CMYK) of #c994bd color hex is 0.00, 0.26, 0.06, 0.21. Web safe color of #c994bd is #cc99cc. Color #c994bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010100 10111101
Octal 311 224 275
Decimal 201 148 189
Hex C9 94 BD

RGB Percentages of Color #c994bd

%37.36
%27.51
%35.13

CMYK Percentages of Color #c994bd

%0
%26
%6
%21

Triadic Colors of #c994bd

#c994bd #bdc994 #94bdc9

Analogous Colors of #c994bd

#c994bd #c994a3 #bb94c9

Monochromatic Colors of #c994bd

#c994bd

Complementary Color

#c994bd #94c9a0

#c994bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c994bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c994bd Color CSS Codes

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

#c994bd Text Font Color

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

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


#c994bd Background Color

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

This div background color is #c994bd


#c994bd Border Color

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

This div border color is #c994bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c994bd


Comments

No comments written yet.

Please login to write comment.