Color Hex Logo

#c549dd Color Hex

#C549DD
(197,73,221)
0 Favorites   0 Comments

Color spaces of #c549dd

RGB 19773221
HSL0.810.690.58
HSV290°67°87°
CMYK 0.110.670.00   0.13
XYZ38.459621.855970.5982
Yxy21.85590.29380.1669
Hunter Lab46.750365.0318-56.8094
CIE-Lab53.873868.6414-52.6323

#c549dd color RGB value is (197,73,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001001 11011101
Octal 305 111 335
Decimal 197 73 221
Hex C5 49 DD

RGB Percentages of Color #c549dd

%40.12
%14.87
%45.01

CMYK Percentages of Color #c549dd

%11
%67
%0
%13

Triadic Colors of #c549dd

#c549dd #ddc549 #49ddc5

Analogous Colors of #c549dd

#c549dd #dd49ab #7b49dd

Monochromatic Colors of #c549dd

#c549dd

Complementary Color

#c549dd #61dd49

#c549dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c549dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c549dd Color CSS Codes

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

#c549dd Text Font Color

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

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


#c549dd Background Color

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

This div background color is #c549dd


#c549dd Border Color

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

This div border color is #c549dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c549dd


Comments

No comments written yet.

Please login to write comment.