Color Hex Logo

#c44493 Color Hex

#C44493
(196,68,147)
0 Favorites   0 Comments

Color spaces of #c44493

RGB 19668147
HSL0.900.520.52
HSV323°65°77°
CMYK 0.000.650.25   0.23
XYZ30.098517.976629.4872
Yxy17.97660.38810.2318
Hunter Lab42.398852.5174-11.5554
CIE-Lab49.467758.6162-16.5207

#c44493 color RGB value is (196,68,147).

#c44493 hex color red value is 196, green value is 68 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c44493 hue: 0.90 , saturation: 0.52 and the lightness value of c44493 is 0.52.

The process color (four color CMYK) of #c44493 color hex is 0.00, 0.65, 0.25, 0.23. Web safe color of #c44493 is #cc3399. Color #c44493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000100 10010011
Octal 304 104 223
Decimal 196 68 147
Hex C4 44 93

RGB Percentages of Color #c44493

%47.69
%16.55
%35.77

CMYK Percentages of Color #c44493

%0
%65
%25
%23

Triadic Colors of #c44493

#c44493 #93c444 #4493c4

Analogous Colors of #c44493

#c44493 #c44453 #b544c4

Monochromatic Colors of #c44493

#c44493

Complementary Color

#c44493 #44c475

#c44493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44493 Color CSS Codes

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

#c44493 Text Font Color

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

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


#c44493 Background Color

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

This div background color is #c44493


#c44493 Border Color

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

This div border color is #c44493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44493


Comments

No comments written yet.

Please login to write comment.