Color Hex Logo

#c949bb Color Hex

#C949BB
(201,73,187)
0 Favorites   0 Comments

Color spaces of #c949bb

RGB 20173187
HSL0.850.540.54
HSV307°64°79°
CMYK 0.000.640.07   0.21
XYZ35.439620.770549.1549
Yxy20.77050.33640.1971
Hunter Lab45.574759.0488-32.0454
CIE-Lab52.697463.7670-34.9822

#c949bb color RGB value is (201,73,187).

#c949bb hex color red value is 201, green value is 73 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c949bb hue: 0.85 , saturation: 0.54 and the lightness value of c949bb is 0.54.

The process color (four color CMYK) of #c949bb color hex is 0.00, 0.64, 0.07, 0.21. Web safe color of #c949bb is #cc33cc. Color #c949bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001001 10111011
Octal 311 111 273
Decimal 201 73 187
Hex C9 49 BB

RGB Percentages of Color #c949bb

%43.60
%15.84
%40.56

CMYK Percentages of Color #c949bb

%0
%64
%7
%21

Triadic Colors of #c949bb

#c949bb #bbc949 #49bbc9

Analogous Colors of #c949bb

#c949bb #c9497b #9749c9

Monochromatic Colors of #c949bb

#c949bb

Complementary Color

#c949bb #49c957

#c949bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c949bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c949bb Color CSS Codes

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

#c949bb Text Font Color

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

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


#c949bb Background Color

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

This div background color is #c949bb


#c949bb Border Color

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

This div border color is #c949bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c949bb


Comments

No comments written yet.

Please login to write comment.