Color Hex Logo

#c849db Color Hex

#C849DB
(200,73,219)
0 Favorites   0 Comments

Color spaces of #c849db

RGB 20073219
HSL0.810.670.57
HSV292°67°86°
CMYK 0.090.670.00   0.14
XYZ38.988122.158969.2400
Yxy22.15890.29900.1699
Hunter Lab47.073265.4633-54.2584
CIE-Lab54.195268.9423-50.9608

#c849db color RGB value is (200,73,219).

#c849db hex color red value is 200, green value is 73 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c849db hue: 0.81 , saturation: 0.67 and the lightness value of c849db is 0.57.

The process color (four color CMYK) of #c849db color hex is 0.09, 0.67, 0.00, 0.14. Web safe color of #c849db is #cc33cc. Color #c849db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001001 11011011
Octal 310 111 333
Decimal 200 73 219
Hex C8 49 DB

RGB Percentages of Color #c849db

%40.65
%14.84
%44.51

CMYK Percentages of Color #c849db

%9
%67
%0
%14

Triadic Colors of #c849db

#c849db #dbc849 #49dbc8

Analogous Colors of #c849db

#c849db #db49a5 #7f49db

Monochromatic Colors of #c849db

#c849db

Complementary Color

#c849db #5cdb49

#c849db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c849db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c849db Color CSS Codes

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

#c849db Text Font Color

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

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


#c849db Background Color

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

This div background color is #c849db


#c849db Border Color

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

This div border color is #c849db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c849db


Comments

No comments written yet.

Please login to write comment.