Color Hex Logo

#c467ab Color Hex

#C467AB
(196,103,171)
0 Favorites   0 Comments

Color spaces of #c467ab

RGB 196103171
HSL0.880.440.59
HSV316°47°77°
CMYK 0.000.470.13   0.23
XYZ34.965924.376541.3903
Yxy24.37650.34710.2420
Hunter Lab49.372640.0126-15.1436
CIE-Lab56.462845.9262-19.9445

#c467ab color RGB value is (196,103,171).

#c467ab hex color red value is 196, green value is 103 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c467ab hue: 0.88 , saturation: 0.44 and the lightness value of c467ab is 0.59.

The process color (four color CMYK) of #c467ab color hex is 0.00, 0.47, 0.13, 0.23. Web safe color of #c467ab is #cc6699. Color #c467ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100111 10101011
Octal 304 147 253
Decimal 196 103 171
Hex C4 67 AB

RGB Percentages of Color #c467ab

%41.70
%21.91
%36.38

CMYK Percentages of Color #c467ab

%0
%47
%13
%23

Triadic Colors of #c467ab

#c467ab #abc467 #67abc4

Analogous Colors of #c467ab

#c467ab #c4677d #af67c4

Monochromatic Colors of #c467ab

#c467ab

Complementary Color

#c467ab #67c480

#c467ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c467ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c467ab Color CSS Codes

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

#c467ab Text Font Color

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

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


#c467ab Background Color

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

This div background color is #c467ab


#c467ab Border Color

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

This div border color is #c467ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c467ab


Comments

No comments written yet.

Please login to write comment.