Color Hex Logo

#c44abd Color Hex

#C44ABD
(196,74,189)
0 Favorites   0 Comments

Color spaces of #c44abd

RGB 19674189
HSL0.840.510.53
HSV303°62°77°
CMYK 0.000.620.04   0.23
XYZ34.399020.307450.2508
Yxy20.30740.32770.1935
Hunter Lab45.063757.3949-34.5700
CIE-Lab52.183062.4269-37.0009

#c44abd color RGB value is (196,74,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001010 10111101
Octal 304 112 275
Decimal 196 74 189
Hex C4 4A BD

RGB Percentages of Color #c44abd

%42.70
%16.12
%41.18

CMYK Percentages of Color #c44abd

%0
%62
%4
%23

Triadic Colors of #c44abd

#c44abd #bdc44a #4abdc4

Analogous Colors of #c44abd

#c44abd #c44a80 #8e4ac4

Monochromatic Colors of #c44abd

#c44abd

Complementary Color

#c44abd #4ac451

#c44abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44abd Color CSS Codes

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

#c44abd Text Font Color

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

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


#c44abd Background Color

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

This div background color is #c44abd


#c44abd Border Color

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

This div border color is #c44abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44abd


Comments

No comments written yet.

Please login to write comment.