Color Hex Logo

#c54fdd Color Hex

#C54FDD
(197,79,221)
0 Favorites   0 Comments

Color spaces of #c54fdd

RGB 19779221
HSL0.810.680.59
HSV290°64°87°
CMYK 0.110.640.00   0.13
XYZ38.873122.682770.7360
Yxy22.68270.29380.1715
Hunter Lab47.626462.3473-54.7207
CIE-Lab54.744066.2111-51.2444

#c54fdd color RGB value is (197,79,221).

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

The process color (four color CMYK) of #c54fdd color hex is 0.11, 0.64, 0.00, 0.13. Web safe color of #c54fdd is #cc66cc. Color #c54fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001111 11011101
Octal 305 117 335
Decimal 197 79 221
Hex C5 4F DD

RGB Percentages of Color #c54fdd

%39.64
%15.90
%44.47

CMYK Percentages of Color #c54fdd

%11
%64
%0
%13

Triadic Colors of #c54fdd

#c54fdd #ddc54f #4fddc5

Analogous Colors of #c54fdd

#c54fdd #dd4fae #7e4fdd

Monochromatic Colors of #c54fdd

#c54fdd

Complementary Color

#c54fdd #67dd4f

#c54fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54fdd Color CSS Codes

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

#c54fdd Text Font Color

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

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


#c54fdd Background Color

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

This div background color is #c54fdd


#c54fdd Border Color

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

This div border color is #c54fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54fdd


Comments

No comments written yet.

Please login to write comment.