Color Hex Logo

#c4a7df Color Hex

#C4A7DF
(196,167,223)
0 Favorites   0 Comments

Color spaces of #c4a7df

RGB 196167223
HSL0.750.470.76
HSV271°25°87°
CMYK 0.120.250.00   0.13
XYZ49.902944.700975.8100
Yxy44.70090.29280.2623
Hunter Lab66.858716.2284-20.4268
CIE-Lab72.694521.0619-24.3417

#c4a7df color RGB value is (196,167,223).

#c4a7df hex color red value is 196, green value is 167 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c4a7df hue: 0.75 , saturation: 0.47 and the lightness value of c4a7df is 0.76.

The process color (four color CMYK) of #c4a7df color hex is 0.12, 0.25, 0.00, 0.13. Web safe color of #c4a7df is #cc99cc. Color #c4a7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100111 11011111
Octal 304 247 337
Decimal 196 167 223
Hex C4 A7 DF

RGB Percentages of Color #c4a7df

%33.45
%28.50
%38.05

CMYK Percentages of Color #c4a7df

%12
%25
%0
%13

Triadic Colors of #c4a7df

#c4a7df #dfc4a7 #a7dfc4

Analogous Colors of #c4a7df

#c4a7df #dfa7de #a8a7df

Monochromatic Colors of #c4a7df

#c4a7df

Complementary Color

#c4a7df #c2dfa7

#c4a7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a7df Color CSS Codes

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

#c4a7df Text Font Color

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

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


#c4a7df Background Color

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

This div background color is #c4a7df


#c4a7df Border Color

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

This div border color is #c4a7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a7df

#c4a7df Color Palettes


Comments

No comments written yet.

Please login to write comment.