Color Hex Logo

#c7afed Color Hex

#C7AFED
(199,175,237)
0 Favorites   0 Comments

Color spaces of #c7afed

RGB 199175237
HSL0.730.630.81
HSV263°26°93°
CMYK 0.160.260.00   0.07
XYZ54.169248.916586.7076
Yxy48.91650.28540.2577
Hunter Lab69.940315.8537-24.5458
CIE-Lab75.399420.5851-27.7947

#c7afed color RGB value is (199,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101111 11101101
Octal 307 257 355
Decimal 199 175 237
Hex C7 AF ED

RGB Percentages of Color #c7afed

%32.57
%28.64
%38.79

CMYK Percentages of Color #c7afed

%16
%26
%0
%7

Triadic Colors of #c7afed

#c7afed #edc7af #afedc7

Analogous Colors of #c7afed

#c7afed #e6afed #afb6ed

Monochromatic Colors of #c7afed

#c7afed

Complementary Color

#c7afed #d5edaf

#c7afed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7afed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7afed Color CSS Codes

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

#c7afed Text Font Color

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

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


#c7afed Background Color

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

This div background color is #c7afed


#c7afed Border Color

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

This div border color is #c7afed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7afed


Comments

No comments written yet.

Please login to write comment.