Color Hex Logo

#c44cbb Color Hex

#C44CBB
(196,76,187)
0 Favorites   0 Comments

Color spaces of #c44cbb

RGB 19676187
HSL0.850.500.53
HSV305°61°77°
CMYK 0.000.610.05   0.23
XYZ34.319020.492549.1603
Yxy20.49250.33010.1971
Hunter Lab45.268656.1040-32.6990
CIE-Lab52.389561.2602-35.5186

#c44cbb color RGB value is (196,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001100 10111011
Octal 304 114 273
Decimal 196 76 187
Hex C4 4C BB

RGB Percentages of Color #c44cbb

%42.70
%16.56
%40.74

CMYK Percentages of Color #c44cbb

%0
%61
%5
%23

Triadic Colors of #c44cbb

#c44cbb #bbc44c #4cbbc4

Analogous Colors of #c44cbb

#c44cbb #c44c7f #914cc4

Monochromatic Colors of #c44cbb

#c44cbb

Complementary Color

#c44cbb #4cc455

#c44cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44cbb Color CSS Codes

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

#c44cbb Text Font Color

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

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


#c44cbb Background Color

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

This div background color is #c44cbb


#c44cbb Border Color

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

This div border color is #c44cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,76,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44cbb


Comments

No comments written yet.

Please login to write comment.