Color Hex Logo

#c44191 Color Hex

#C44191
(196,65,145)
0 Favorites   0 Comments

Color spaces of #c44191

RGB 19665145
HSL0.900.530.51
HSV323°67°77°
CMYK 0.000.670.26   0.23
XYZ29.766117.560728.6088
Yxy17.56070.39200.2313
Hunter Lab41.905553.4566-11.1433
CIE-Lab48.958959.5502-16.1002

#c44191 color RGB value is (196,65,145).

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

The process color (four color CMYK) of #c44191 color hex is 0.00, 0.67, 0.26, 0.23. Web safe color of #c44191 is #cc3399. Color #c44191 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000001 10010001
Octal 304 101 221
Decimal 196 65 145
Hex C4 41 91

RGB Percentages of Color #c44191

%48.28
%16.01
%35.71

CMYK Percentages of Color #c44191

%0
%67
%26
%23

Triadic Colors of #c44191

#c44191 #91c441 #4191c4

Analogous Colors of #c44191

#c44191 #c44150 #b641c4

Monochromatic Colors of #c44191

#c44191

Complementary Color

#c44191 #41c474

#c44191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44191 Color CSS Codes

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

#c44191 Text Font Color

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

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


#c44191 Background Color

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

This div background color is #c44191


#c44191 Border Color

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

This div border color is #c44191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44191


Comments

No comments written yet.

Please login to write comment.