Color Hex Logo

#c54ddb Color Hex

#C54DDB
(197,77,219)
0 Favorites   0 Comments

Color spaces of #c54ddb

RGB 19777219
HSL0.810.660.58
HSV291°65°86°
CMYK 0.100.650.00   0.14
XYZ38.466022.292569.2933
Yxy22.29250.29580.1714
Hunter Lab47.214962.7978-53.9644
CIE-Lab54.336066.6696-50.7622

#c54ddb color RGB value is (197,77,219).

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

The process color (four color CMYK) of #c54ddb color hex is 0.10, 0.65, 0.00, 0.14. Web safe color of #c54ddb is #cc66cc. Color #c54ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001101 11011011
Octal 305 115 333
Decimal 197 77 219
Hex C5 4D DB

RGB Percentages of Color #c54ddb

%39.96
%15.62
%44.42

CMYK Percentages of Color #c54ddb

%10
%65
%0
%14

Triadic Colors of #c54ddb

#c54ddb #dbc54d #4ddbc5

Analogous Colors of #c54ddb

#c54ddb #db4daa #7e4ddb

Monochromatic Colors of #c54ddb

#c54ddb

Complementary Color

#c54ddb #63db4d

#c54ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54ddb Color CSS Codes

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

#c54ddb Text Font Color

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

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


#c54ddb Background Color

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

This div background color is #c54ddb


#c54ddb Border Color

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

This div border color is #c54ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54ddb


Comments

No comments written yet.

Please login to write comment.