Color Hex Logo

#c995bf Color Hex

#C995BF
(201,149,191)
0 Favorites   0 Comments

Color spaces of #c995bf

RGB 201149191
HSL0.870.330.69
HSV312°26°79°
CMYK 0.000.260.05   0.21
XYZ44.238837.674054.2304
Yxy37.67400.32490.2767
Hunter Lab61.379121.2397-9.4192
CIE-Lab67.779726.3688-14.0870

#c995bf color RGB value is (201,149,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010101 10111111
Octal 311 225 277
Decimal 201 149 191
Hex C9 95 BF

RGB Percentages of Color #c995bf

%37.15
%27.54
%35.30

CMYK Percentages of Color #c995bf

%0
%26
%5
%21

Triadic Colors of #c995bf

#c995bf #bfc995 #95bfc9

Analogous Colors of #c995bf

#c995bf #c995a5 #b995c9

Monochromatic Colors of #c995bf

#c995bf

Complementary Color

#c995bf #95c99f

#c995bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c995bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c995bf Color CSS Codes

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

#c995bf Text Font Color

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

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


#c995bf Background Color

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

This div background color is #c995bf


#c995bf Border Color

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

This div border color is #c995bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c995bf


Comments

No comments written yet.

Please login to write comment.