color codes Logo

#c56dba color codes

#C56DBA
(197,109,186)
0 Favorites   0 Comments

Color spaces of #c56dba

RGB 197109186
HSL0.850.430.60
HSV308°45°77°
CMYK 0.000.450.06   0.23
XYZ37.357526.352849.5720
Yxy26.35280.32980.2326
Hunter Lab51.335040.0618-21.3193
CIE-Lab58.370445.6925-25.6339

#c56dba color RGB value is (197,109,186).

#c56dba hex color red value is 197, green value is 109 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c56dba hue: 0.85 , saturation: 0.43 and the lightness value of c56dba is 0.60.

The process color (four color CMYK) of #c56dba color code is 0.00, 0.45, 0.06, 0.23. Web safe color of #c56dba is #cc66cc. Color #c56dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101101 10111010
Octal 305 155 272
Decimal 197 109 186
Hex C5 6D BA

RGB Percentages of Color #c56dba

%40.04
%22.15
%37.80

CMYK Percentages of Color #c56dba

%0
%45
%6
%23

Triadic Colors of #c56dba

#c56dba #bac56d #6dbac5

Analogous Colors of #c56dba

#c56dba #c56d8e #a46dc5

Monochromatic Colors of #c56dba

#c56dba

Complementary Color

#c56dba #6dc578

#c56dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56dba Color CSS Codes

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

#c56dba Text Font Color

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

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


#c56dba Background Color

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

This div background color is #c56dba


#c56dba Border Color

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

This div border color is #c56dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,109,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56dba


Comments

No comments written yet.

Please login to write comment.