Color Hex Logo

#c45dba Color Hex

#C45DBA
(196,93,186)
0 Favorites   0 Comments

Color spaces of #c45dba

RGB 19693186
HSL0.850.470.57
HSV306°53°77°
CMYK 0.000.530.05   0.23
XYZ35.542223.109649.0417
Yxy23.10960.33000.2146
Hunter Lab48.072447.8466-26.8347
CIE-Lab55.185153.3913-30.5753

#c45dba color RGB value is (196,93,186).

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

The process color (four color CMYK) of #c45dba color hex is 0.00, 0.53, 0.05, 0.23. Web safe color of #c45dba is #cc66cc. Color #c45dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011101 10111010
Octal 304 135 272
Decimal 196 93 186
Hex C4 5D BA

RGB Percentages of Color #c45dba

%41.26
%19.58
%39.16

CMYK Percentages of Color #c45dba

%0
%53
%5
%23

Triadic Colors of #c45dba

#c45dba #bac45d #5dbac4

Analogous Colors of #c45dba

#c45dba #c45d87 #9b5dc4

Monochromatic Colors of #c45dba

#c45dba

Complementary Color

#c45dba #5dc467

#c45dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45dba Color CSS Codes

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

#c45dba Text Font Color

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

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


#c45dba Background Color

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

This div background color is #c45dba


#c45dba Border Color

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

This div border color is #c45dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45dba


Comments

No comments written yet.

Please login to write comment.