Color Hex Logo

#c4468a Color Hex

#C4468A
(196,70,138)
0 Favorites   0 Comments

Color spaces of #c4468a

RGB 19670138
HSL0.910.520.52
HSV328°64°77°
CMYK 0.000.640.30   0.23
XYZ29.542617.951125.9526
Yxy17.95110.40220.2444
Hunter Lab42.368750.3180-6.6595
CIE-Lab49.436756.6385-11.1824

#c4468a color RGB value is (196,70,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000110 10001010
Octal 304 106 212
Decimal 196 70 138
Hex C4 46 8A

RGB Percentages of Color #c4468a

%48.51
%17.33
%34.16

CMYK Percentages of Color #c4468a

%0
%64
%30
%23

Triadic Colors of #c4468a

#c4468a #8ac446 #468ac4

Analogous Colors of #c4468a

#c4468a #c4464b #bf46c4

Monochromatic Colors of #c4468a

#c4468a

Complementary Color

#c4468a #46c480

#c4468a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4468a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4468a Color CSS Codes

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

#c4468a Text Font Color

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

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


#c4468a Background Color

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

This div background color is #c4468a


#c4468a Border Color

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

This div border color is #c4468a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4468a


Comments

No comments written yet.

Please login to write comment.