Color Hex Logo

#c44b9b Color Hex

#C44B9B
(196,75,155)
0 Favorites   0 Comments

Color spaces of #c44b9b

RGB 19675155
HSL0.890.510.53
HSV320°62°77°
CMYK 0.000.620.21   0.23
XYZ31.197419.134533.0594
Yxy19.13450.37410.2295
Hunter Lab43.743050.7555-14.1892
CIE-Lab50.844256.7812-19.1748

#c44b9b color RGB value is (196,75,155).

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

The process color (four color CMYK) of #c44b9b color hex is 0.00, 0.62, 0.21, 0.23. Web safe color of #c44b9b is #cc3399. Color #c44b9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001011 10011011
Octal 304 113 233
Decimal 196 75 155
Hex C4 4B 9B

RGB Percentages of Color #c44b9b

%46.01
%17.61
%36.38

CMYK Percentages of Color #c44b9b

%0
%62
%21
%23

Triadic Colors of #c44b9b

#c44b9b #9bc44b #4b9bc4

Analogous Colors of #c44b9b

#c44b9b #c44b5f #b14bc4

Monochromatic Colors of #c44b9b

#c44b9b

Complementary Color

#c44b9b #4bc474

#c44b9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44b9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44b9b Color CSS Codes

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

#c44b9b Text Font Color

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

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


#c44b9b Background Color

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

This div background color is #c44b9b


#c44b9b Border Color

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

This div border color is #c44b9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44b9b


Comments

No comments written yet.

Please login to write comment.