Color Hex Logo

#c056be Color Hex

#C056BE
(192,86,190)
0 Favorites   0 Comments

Color spaces of #c056be

RGB 19286190
HSL0.840.460.55
HSV301°55°75°
CMYK 0.000.550.01   0.25
XYZ34.360321.579851.0695
Yxy21.57980.32110.2017
Hunter Lab46.454150.7350-32.6629
CIE-Lab53.578356.2790-35.4301

#c056be color RGB value is (192,86,190).

#c056be hex color red value is 192, green value is 86 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c056be hue: 0.84 , saturation: 0.46 and the lightness value of c056be is 0.55.

The process color (four color CMYK) of #c056be color hex is 0.00, 0.55, 0.01, 0.25. Web safe color of #c056be is #cc66cc. Color #c056be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010110 10111110
Octal 300 126 276
Decimal 192 86 190
Hex C0 56 BE

RGB Percentages of Color #c056be

%41.03
%18.38
%40.60

CMYK Percentages of Color #c056be

%0
%55
%1
%25

Triadic Colors of #c056be

#c056be #bec056 #56bec0

Analogous Colors of #c056be

#c056be #c05689 #8d56c0

Monochromatic Colors of #c056be

#c056be

Complementary Color

#c056be #56c058

#c056be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c056be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c056be Color CSS Codes

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

#c056be Text Font Color

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

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


#c056be Background Color

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

This div background color is #c056be


#c056be Border Color

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

This div border color is #c056be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,86,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c056be


Comments

No comments written yet.

Please login to write comment.