Color Hex Logo

#c456cb Color Hex

#C456CB
(196,86,203)
0 Favorites   0 Comments

Color spaces of #c456cb

RGB 19686203
HSL0.820.530.57
HSV296°58°80°
CMYK 0.030.580.00   0.20
XYZ36.872222.703158.9387
Yxy22.70310.31110.1916
Hunter Lab47.647854.7485-39.9863
CIE-Lab54.765259.6394-40.9870

#c456cb color RGB value is (196,86,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010110 11001011
Octal 304 126 313
Decimal 196 86 203
Hex C4 56 CB

RGB Percentages of Color #c456cb

%40.41
%17.73
%41.86

CMYK Percentages of Color #c456cb

%3
%58
%0
%20

Triadic Colors of #c456cb

#c456cb #cbc456 #56cbc4

Analogous Colors of #c456cb

#c456cb #cb5698 #8a56cb

Monochromatic Colors of #c456cb

#c456cb

Complementary Color

#c456cb #5dcb56

#c456cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c456cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c456cb Color CSS Codes

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

#c456cb Text Font Color

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

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


#c456cb Background Color

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

This div background color is #c456cb


#c456cb Border Color

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

This div border color is #c456cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c456cb


Comments

No comments written yet.

Please login to write comment.