Color Hex Logo

#c454dc Color Hex

#C454DC
(196,84,220)
0 Favorites   0 Comments

Color spaces of #c454dc

RGB 19684220
HSL0.800.660.60
HSV289°62°86°
CMYK 0.110.620.00   0.14
XYZ38.853523.243770.1488
Yxy23.24370.29380.1758
Hunter Lab48.211759.4814-52.5197
CIE-Lab55.322563.6553-49.7664

#c454dc color RGB value is (196,84,220).

#c454dc hex color red value is 196, green value is 84 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c454dc hue: 0.80 , saturation: 0.66 and the lightness value of c454dc is 0.60.

The process color (four color CMYK) of #c454dc color hex is 0.11, 0.62, 0.00, 0.14. Web safe color of #c454dc is #cc66cc. Color #c454dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010100 11011100
Octal 304 124 334
Decimal 196 84 220
Hex C4 54 DC

RGB Percentages of Color #c454dc

%39.20
%16.80
%44.00

CMYK Percentages of Color #c454dc

%11
%62
%0
%14

Triadic Colors of #c454dc

#c454dc #dcc454 #54dcc4

Analogous Colors of #c454dc

#c454dc #dc54b0 #8054dc

Monochromatic Colors of #c454dc

#c454dc

Complementary Color

#c454dc #6cdc54

#c454dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c454dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c454dc Color CSS Codes

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

#c454dc Text Font Color

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

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


#c454dc Background Color

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

This div background color is #c454dc


#c454dc Border Color

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

This div border color is #c454dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,84,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c454dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c454dc;
  -webkit-box-shadow: 1px 1px 3px 2px #c454dc;
  box-shadow:         1px 1px 3px 2px #c454dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,84,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c454dc


Comments

No comments written yet.

Please login to write comment.