Color Hex Logo

#c54adb Color Hex

#C54ADB
(197,74,219)
0 Favorites   0 Comments

Color spaces of #c54adb

RGB 19774219
HSL0.810.670.57
HSV291°66°86°
CMYK 0.100.660.00   0.14
XYZ38.260921.882369.2250
Yxy21.88230.29580.1691
Hunter Lab46.778564.1356-54.9951
CIE-Lab53.901967.8822-51.4541

#c54adb color RGB value is (197,74,219).

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

The process color (four color CMYK) of #c54adb color hex is 0.10, 0.66, 0.00, 0.14. Web safe color of #c54adb is #cc33cc. Color #c54adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001010 11011011
Octal 305 112 333
Decimal 197 74 219
Hex C5 4A DB

RGB Percentages of Color #c54adb

%40.20
%15.10
%44.69

CMYK Percentages of Color #c54adb

%10
%66
%0
%14

Triadic Colors of #c54adb

#c54adb #dbc54a #4adbc5

Analogous Colors of #c54adb

#c54adb #db4aa9 #7d4adb

Monochromatic Colors of #c54adb

#c54adb

Complementary Color

#c54adb #60db4a

#c54adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54adb Color CSS Codes

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

#c54adb Text Font Color

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

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


#c54adb Background Color

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

This div background color is #c54adb


#c54adb Border Color

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

This div border color is #c54adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54adb


Comments

No comments written yet.

Please login to write comment.