Color Hex Logo

#c54dd9 Color Hex

#C54DD9
(197,77,217)
0 Favorites   0 Comments

Color spaces of #c54dd9

RGB 19777217
HSL0.810.650.58
HSV291°65°85°
CMYK 0.090.650.00   0.15
XYZ38.204222.187867.9147
Yxy22.18780.29780.1729
Hunter Lab47.103962.3427-52.5119
CIE-Lab54.225766.3040-49.8038

#c54dd9 color RGB value is (197,77,217).

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

The process color (four color CMYK) of #c54dd9 color hex is 0.09, 0.65, 0.00, 0.15. Web safe color of #c54dd9 is #cc66cc. Color #c54dd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001101 11011001
Octal 305 115 331
Decimal 197 77 217
Hex C5 4D D9

RGB Percentages of Color #c54dd9

%40.12
%15.68
%44.20

CMYK Percentages of Color #c54dd9

%9
%65
%0
%15

Triadic Colors of #c54dd9

#c54dd9 #d9c54d #4dd9c5

Analogous Colors of #c54dd9

#c54dd9 #d94da7 #7f4dd9

Monochromatic Colors of #c54dd9

#c54dd9

Complementary Color

#c54dd9 #61d94d

#c54dd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54dd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54dd9 Color CSS Codes

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

#c54dd9 Text Font Color

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

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


#c54dd9 Background Color

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

This div background color is #c54dd9


#c54dd9 Border Color

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

This div border color is #c54dd9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,77,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54dd9


Comments

No comments written yet.

Please login to write comment.