Color Hex Logo

#cfa7df Color Hex

#CFA7DF
(207,167,223)
0 Favorites   0 Comments

Color spaces of #cfa7df

RGB 207167223
HSL0.790.470.76
HSV283°25°87°
CMYK 0.070.250.00   0.13
XYZ52.870146.230575.9489
Yxy46.23050.30200.2641
Hunter Lab67.993019.8105-18.6324
CIE-Lab73.694924.5913-22.7252

#cfa7df color RGB value is (207,167,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 11011111
Octal 317 247 337
Decimal 207 167 223
Hex CF A7 DF

RGB Percentages of Color #cfa7df

%34.67
%27.97
%37.35

CMYK Percentages of Color #cfa7df

%7
%25
%0
%13

Triadic Colors of #cfa7df

#cfa7df #dfcfa7 #a7dfcf

Analogous Colors of #cfa7df

#cfa7df #dfa7d3 #b3a7df

Monochromatic Colors of #cfa7df

#cfa7df

Complementary Color

#cfa7df #b7dfa7

#cfa7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa7df Color CSS Codes

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

#cfa7df Text Font Color

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

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


#cfa7df Background Color

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

This div background color is #cfa7df


#cfa7df Border Color

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

This div border color is #cfa7df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,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 #cfa7df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa7df


Comments

No comments written yet.

Please login to write comment.