Color Hex Logo

#c749bb Color Hex

#C749BB
(199,73,187)
0 Favorites   0 Comments

Color spaces of #c749bb

RGB 19973187
HSL0.850.530.53
HSV306°63°78°
CMYK 0.000.630.06   0.22
XYZ34.905420.495149.1299
Yxy20.49510.33390.1961
Hunter Lab45.271558.4025-32.6531
CIE-Lab52.392463.2642-35.4820

#c749bb color RGB value is (199,73,187).

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

The process color (four color CMYK) of #c749bb color hex is 0.00, 0.63, 0.06, 0.22. Web safe color of #c749bb is #cc33cc. Color #c749bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 10111011
Octal 307 111 273
Decimal 199 73 187
Hex C7 49 BB

RGB Percentages of Color #c749bb

%43.36
%15.90
%40.74

CMYK Percentages of Color #c749bb

%0
%63
%6
%22

Triadic Colors of #c749bb

#c749bb #bbc749 #49bbc7

Analogous Colors of #c749bb

#c749bb #c7497c #9449c7

Monochromatic Colors of #c749bb

#c749bb

Complementary Color

#c749bb #49c755

#c749bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c749bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c749bb Color CSS Codes

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

#c749bb Text Font Color

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

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


#c749bb Background Color

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

This div background color is #c749bb


#c749bb Border Color

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

This div border color is #c749bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,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 #c749bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c749bb


Comments

No comments written yet.

Please login to write comment.