Color Hex Logo

#c7afeb Color Hex

#C7AFEB
(199,175,235)
0 Favorites   0 Comments

Color spaces of #c7afeb

RGB 199175235
HSL0.730.600.80
HSV264°26°92°
CMYK 0.150.260.00   0.08
XYZ53.878648.800285.1769
Yxy48.80020.28680.2598
Hunter Lab69.857115.4214-23.3924
CIE-Lab75.326920.1550-26.8223

#c7afeb color RGB value is (199,175,235).

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

The process color (four color CMYK) of #c7afeb color hex is 0.15, 0.26, 0.00, 0.08. Web safe color of #c7afeb is #cc99ff. Color #c7afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101111 11101011
Octal 307 257 353
Decimal 199 175 235
Hex C7 AF EB

RGB Percentages of Color #c7afeb

%32.68
%28.74
%38.59

CMYK Percentages of Color #c7afeb

%15
%26
%0
%8

Triadic Colors of #c7afeb

#c7afeb #ebc7af #afebc7

Analogous Colors of #c7afeb

#c7afeb #e5afeb #afb5eb

Monochromatic Colors of #c7afeb

#c7afeb

Complementary Color

#c7afeb #d3ebaf

#c7afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7afeb Color CSS Codes

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

#c7afeb Text Font Color

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

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


#c7afeb Background Color

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

This div background color is #c7afeb


#c7afeb Border Color

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

This div border color is #c7afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7afeb


Comments

No comments written yet.

Please login to write comment.