Color Hex Logo

#c7afec Color Hex

#C7AFEC
(199,175,236)
0 Favorites   0 Comments

Color spaces of #c7afec

RGB 199175236
HSL0.730.620.81
HSV264°26°93°
CMYK 0.160.260.00   0.07
XYZ54.023548.858285.9401
Yxy48.85820.28610.2588
Hunter Lab69.898615.6371-23.9678
CIE-Lab75.363020.3697-27.3087

#c7afec color RGB value is (199,175,236).

#c7afec hex color red value is 199, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c7afec hue: 0.73 , saturation: 0.62 and the lightness value of c7afec is 0.81.

The process color (four color CMYK) of #c7afec color hex is 0.16, 0.26, 0.00, 0.07. Web safe color of #c7afec is #cc99ff. Color #c7afec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101111 11101100
Octal 307 257 354
Decimal 199 175 236
Hex C7 AF EC

RGB Percentages of Color #c7afec

%32.62
%28.69
%38.69

CMYK Percentages of Color #c7afec

%16
%26
%0
%7

Triadic Colors of #c7afec

#c7afec #ecc7af #afecc7

Analogous Colors of #c7afec

#c7afec #e6afec #afb6ec

Monochromatic Colors of #c7afec

#c7afec

Complementary Color

#c7afec #d4ecaf

#c7afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7afec Color CSS Codes

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

#c7afec Text Font Color

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

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


#c7afec Background Color

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

This div background color is #c7afec


#c7afec Border Color

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

This div border color is #c7afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7afec


Comments

No comments written yet.

Please login to write comment.