Color Hex Logo

#c4468e Color Hex

#C4468E
(196,70,142)
0 Favorites   0 Comments

Color spaces of #c4468e

RGB 19670142
HSL0.900.520.52
HSV326°64°77°
CMYK 0.000.640.28   0.23
XYZ29.837618.069127.5063
Yxy18.06910.39570.2396
Hunter Lab42.507850.9064-8.6105
CIE-Lab49.579857.1454-13.3625

#c4468e color RGB value is (196,70,142).

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

The process color (four color CMYK) of #c4468e color hex is 0.00, 0.64, 0.28, 0.23. Web safe color of #c4468e is #cc3399. Color #c4468e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000110 10001110
Octal 304 106 216
Decimal 196 70 142
Hex C4 46 8E

RGB Percentages of Color #c4468e

%48.04
%17.16
%34.80

CMYK Percentages of Color #c4468e

%0
%64
%28
%23

Triadic Colors of #c4468e

#c4468e #8ec446 #468ec4

Analogous Colors of #c4468e

#c4468e #c4464f #bb46c4

Monochromatic Colors of #c4468e

#c4468e

Complementary Color

#c4468e #46c47c

#c4468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4468e Color CSS Codes

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

#c4468e Text Font Color

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

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


#c4468e Background Color

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

This div background color is #c4468e


#c4468e Border Color

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

This div border color is #c4468e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4468e


Comments

No comments written yet.

Please login to write comment.