Color Hex Logo

#c949dd Color Hex

#C949DD
(201,73,221)
0 Favorites   0 Comments

Color spaces of #c949dd

RGB 20173221
HSL0.810.690.58
HSV292°67°87°
CMYK 0.090.670.00   0.13
XYZ39.521122.403170.6478
Yxy22.40310.29810.1690
Hunter Lab47.331966.2127-55.3641
CIE-Lab54.452169.5201-51.6757

#c949dd color RGB value is (201,73,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001001 11011101
Octal 311 111 335
Decimal 201 73 221
Hex C9 49 DD

RGB Percentages of Color #c949dd

%40.61
%14.75
%44.65

CMYK Percentages of Color #c949dd

%9
%67
%0
%13

Triadic Colors of #c949dd

#c949dd #ddc949 #49ddc9

Analogous Colors of #c949dd

#c949dd #dd49a7 #7f49dd

Monochromatic Colors of #c949dd

#c949dd

Complementary Color

#c949dd #5ddd49

#c949dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c949dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c949dd Color CSS Codes

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

#c949dd Text Font Color

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

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


#c949dd Background Color

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

This div background color is #c949dd


#c949dd Border Color

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

This div border color is #c949dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c949dd


Comments

No comments written yet.

Please login to write comment.