Color Hex Logo

#c44bbb Color Hex

#C44BBB
(196,75,187)
0 Favorites   0 Comments

Color spaces of #c44bbb

RGB 19675187
HSL0.850.510.53
HSV304°62°77°
CMYK 0.000.620.05   0.23
XYZ34.250720.355849.1376
Yxy20.35580.33010.1962
Hunter Lab45.117456.5521-32.9909
CIE-Lab52.237161.6808-35.7578

#c44bbb color RGB value is (196,75,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001011 10111011
Octal 304 113 273
Decimal 196 75 187
Hex C4 4B BB

RGB Percentages of Color #c44bbb

%42.79
%16.38
%40.83

CMYK Percentages of Color #c44bbb

%0
%62
%5
%23

Triadic Colors of #c44bbb

#c44bbb #bbc44b #4bbbc4

Analogous Colors of #c44bbb

#c44bbb #c44b7f #914bc4

Monochromatic Colors of #c44bbb

#c44bbb

Complementary Color

#c44bbb #4bc454

#c44bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44bbb Color CSS Codes

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

#c44bbb Text Font Color

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

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


#c44bbb Background Color

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

This div background color is #c44bbb


#c44bbb Border Color

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

This div border color is #c44bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44bbb


Comments

No comments written yet.

Please login to write comment.