Color Hex Logo

#c849dd Color Hex

#C849DD
(200,73,221)
0 Favorites   0 Comments

Color spaces of #c849dd

RGB 20073221
HSL0.810.690.58
HSV291°67°87°
CMYK 0.100.670.00   0.13
XYZ39.253122.264970.6353
Yxy22.26490.29700.1685
Hunter Lab47.185765.9166-55.7250
CIE-Lab54.306969.3004-51.9157

#c849dd color RGB value is (200,73,221).

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

The process color (four color CMYK) of #c849dd color hex is 0.10, 0.67, 0.00, 0.13. Web safe color of #c849dd is #cc33cc. Color #c849dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001001 11011101
Octal 310 111 335
Decimal 200 73 221
Hex C8 49 DD

RGB Percentages of Color #c849dd

%40.49
%14.78
%44.74

CMYK Percentages of Color #c849dd

%10
%67
%0
%13

Triadic Colors of #c849dd

#c849dd #ddc849 #49ddc8

Analogous Colors of #c849dd

#c849dd #dd49a8 #7e49dd

Monochromatic Colors of #c849dd

#c849dd

Complementary Color

#c849dd #5edd49

#c849dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c849dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c849dd Color CSS Codes

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

#c849dd Text Font Color

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

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


#c849dd Background Color

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

This div background color is #c849dd


#c849dd Border Color

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

This div border color is #c849dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c849dd


Comments

No comments written yet.

Please login to write comment.