Color Hex Logo

#c7afce Color Hex

#C7AFCE
(199,175,206)
1 Favorites   0 Comments

Color spaces of #c7afce

RGB 199175206
HSL0.800.240.75
HSV286°15°81°
CMYK 0.030.150.00   0.19
XYZ50.023747.258364.8777
Yxy47.25830.30850.2914
Hunter Lab68.74479.5866-7.8336
CIE-Lab74.354714.2312-12.5126

#c7afce color RGB value is (199,175,206).

#c7afce hex color red value is 199, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c7afce hue: 0.80 , saturation: 0.24 and the lightness value of c7afce is 0.75.

The process color (four color CMYK) of #c7afce color hex is 0.03, 0.15, 0.00, 0.19. Web safe color of #c7afce is #cc99cc. Color #c7afce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101111 11001110
Octal 307 257 316
Decimal 199 175 206
Hex C7 AF CE

RGB Percentages of Color #c7afce

%34.31
%30.17
%35.52

CMYK Percentages of Color #c7afce

%3
%15
%0
%19

Triadic Colors of #c7afce

#c7afce #cec7af #afcec7

Analogous Colors of #c7afce

#c7afce #ceafc6 #b8afce

Monochromatic Colors of #c7afce

#c7afce

Complementary Color

#c7afce #b6ceaf

#c7afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7afce Color CSS Codes

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

#c7afce Text Font Color

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

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


#c7afce Background Color

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

This div background color is #c7afce


#c7afce Border Color

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

This div border color is #c7afce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,175,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7afce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7afce;
  -webkit-box-shadow: 1px 1px 3px 2px #c7afce;
  box-shadow:         1px 1px 3px 2px #c7afce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,175,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7afce


Comments

No comments written yet.

Please login to write comment.