Color Hex Logo

#c454cb Color Hex

#C454CB
(196,84,203)
0 Favorites   0 Comments

Color spaces of #c454cb

RGB 19684203
HSL0.820.530.56
HSV296°59°80°
CMYK 0.030.590.00   0.20
XYZ36.714822.388258.8862
Yxy22.38820.31120.1897
Hunter Lab47.316255.7031-40.6666
CIE-Lab54.436560.5366-41.5053

#c454cb color RGB value is (196,84,203).

#c454cb hex color red value is 196, green value is 84 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c454cb hue: 0.82 , saturation: 0.53 and the lightness value of c454cb is 0.56.

The process color (four color CMYK) of #c454cb color hex is 0.03, 0.59, 0.00, 0.20. Web safe color of #c454cb is #cc66cc. Color #c454cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010100 11001011
Octal 304 124 313
Decimal 196 84 203
Hex C4 54 CB

RGB Percentages of Color #c454cb

%40.58
%17.39
%42.03

CMYK Percentages of Color #c454cb

%3
%59
%0
%20

Triadic Colors of #c454cb

#c454cb #cbc454 #54cbc4

Analogous Colors of #c454cb

#c454cb #cb5497 #8954cb

Monochromatic Colors of #c454cb

#c454cb

Complementary Color

#c454cb #5bcb54

#c454cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c454cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c454cb Color CSS Codes

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

#c454cb Text Font Color

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

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


#c454cb Background Color

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

This div background color is #c454cb


#c454cb Border Color

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

This div border color is #c454cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c454cb


Comments

No comments written yet.

Please login to write comment.