Color Hex Logo

#c849dc Color Hex

#C849DC
(200,73,220)
0 Favorites   0 Comments

Color spaces of #c849dc

RGB 20073220
HSL0.810.680.57
HSV292°67°86°
CMYK 0.090.670.00   0.14
XYZ39.120222.211869.9356
Yxy22.21180.29800.1692
Hunter Lab47.129465.6892-54.9902
CIE-Lab54.251069.1208-51.4386

#c849dc color RGB value is (200,73,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001001 11011100
Octal 310 111 334
Decimal 200 73 220
Hex C8 49 DC

RGB Percentages of Color #c849dc

%40.57
%14.81
%44.62

CMYK Percentages of Color #c849dc

%9
%67
%0
%14

Triadic Colors of #c849dc

#c849dc #dcc849 #49dcc8

Analogous Colors of #c849dc

#c849dc #dc49a7 #7f49dc

Monochromatic Colors of #c849dc

#c849dc

Complementary Color

#c849dc #5ddc49

#c849dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c849dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c849dc Color CSS Codes

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

#c849dc Text Font Color

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

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


#c849dc Background Color

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

This div background color is #c849dc


#c849dc Border Color

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

This div border color is #c849dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c849dc


Comments

No comments written yet.

Please login to write comment.