Color Hex Logo

#c44cba Color Hex

#C44CBA
(196,76,186)
0 Favorites   0 Comments

Color spaces of #c44cba

RGB 19676186
HSL0.850.500.53
HSV305°61°77°
CMYK 0.000.610.05   0.23
XYZ34.212320.449848.5984
Yxy20.44980.33130.1980
Hunter Lab45.221555.9067-32.0625
CIE-Lab52.342061.0957-35.0138

#c44cba color RGB value is (196,76,186).

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

The process color (four color CMYK) of #c44cba color hex is 0.00, 0.61, 0.05, 0.23. Web safe color of #c44cba is #cc33cc. Color #c44cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001100 10111010
Octal 304 114 272
Decimal 196 76 186
Hex C4 4C BA

RGB Percentages of Color #c44cba

%42.79
%16.59
%40.61

CMYK Percentages of Color #c44cba

%0
%61
%5
%23

Triadic Colors of #c44cba

#c44cba #bac44c #4cbac4

Analogous Colors of #c44cba

#c44cba #c44c7e #924cc4

Monochromatic Colors of #c44cba

#c44cba

Complementary Color

#c44cba #4cc456

#c44cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44cba Color CSS Codes

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

#c44cba Text Font Color

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

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


#c44cba Background Color

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

This div background color is #c44cba


#c44cba Border Color

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

This div border color is #c44cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44cba


Comments

No comments written yet.

Please login to write comment.