Color Hex Logo

#c465ad Color Hex

#C465AD
(196,101,173)
0 Favorites   0 Comments

Color spaces of #c465ad

RGB 196101173
HSL0.870.450.58
HSV315°48°77°
CMYK 0.000.480.12   0.23
XYZ34.961524.060342.3366
Yxy24.06030.34490.2374
Hunter Lab49.051341.3868-16.8378
CIE-Lab56.148147.2676-21.5829

#c465ad color RGB value is (196,101,173).

#c465ad hex color red value is 196, green value is 101 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c465ad hue: 0.87 , saturation: 0.45 and the lightness value of c465ad is 0.58.

The process color (four color CMYK) of #c465ad color hex is 0.00, 0.48, 0.12, 0.23. Web safe color of #c465ad is #cc6699. Color #c465ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100101 10101101
Octal 304 145 255
Decimal 196 101 173
Hex C4 65 AD

RGB Percentages of Color #c465ad

%41.70
%21.49
%36.81

CMYK Percentages of Color #c465ad

%0
%48
%12
%23

Triadic Colors of #c465ad

#c465ad #adc465 #65adc4

Analogous Colors of #c465ad

#c465ad #c4657e #ac65c4

Monochromatic Colors of #c465ad

#c465ad

Complementary Color

#c465ad #65c47c

#c465ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c465ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c465ad Color CSS Codes

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

#c465ad Text Font Color

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

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


#c465ad Background Color

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

This div background color is #c465ad


#c465ad Border Color

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

This div border color is #c465ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c465ad


Comments

No comments written yet.

Please login to write comment.