color codes Logo

#c46dba color codes

#C46DBA
(196,109,186)
0 Favorites   0 Comments

Color spaces of #c46dba

RGB 196109186
HSL0.850.420.60
HSV307°44°77°
CMYK 0.000.440.05   0.23
XYZ37.096526.218249.5598
Yxy26.21820.32870.2323
Hunter Lab51.203739.7147-21.5439
CIE-Lab58.243645.3842-25.8399

#c46dba color RGB value is (196,109,186).

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

The process color (four color CMYK) of #c46dba color code is 0.00, 0.44, 0.05, 0.23. Web safe color of #c46dba is #cc66cc. Color #c46dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101101 10111010
Octal 304 155 272
Decimal 196 109 186
Hex C4 6D BA

RGB Percentages of Color #c46dba

%39.92
%22.20
%37.88

CMYK Percentages of Color #c46dba

%0
%44
%5
%23

Triadic Colors of #c46dba

#c46dba #bac46d #6dbac4

Analogous Colors of #c46dba

#c46dba #c46d8f #a36dc4

Monochromatic Colors of #c46dba

#c46dba

Complementary Color

#c46dba #6dc477

#c46dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46dba Color CSS Codes

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

#c46dba Text Font Color

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

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


#c46dba Background Color

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

This div background color is #c46dba


#c46dba Border Color

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

This div border color is #c46dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46dba


Comments

No comments written yet.

Please login to write comment.