Color Hex Logo

#c8afef Color Hex

#C8AFEF
(200,175,239)
0 Favorites   0 Comments

Color spaces of #c8afef

RGB 200175239
HSL0.730.670.81
HSV263°27°94°
CMYK 0.160.270.00   0.06
XYZ54.729449.171388.2678
Yxy49.17130.28480.2559
Hunter Lab70.122316.6027-25.5469
CIE-Lab75.557821.3264-28.6268

#c8afef color RGB value is (200,175,239).

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

The process color (four color CMYK) of #c8afef color hex is 0.16, 0.27, 0.00, 0.06. Web safe color of #c8afef is #cc99ff. Color #c8afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101111 11101111
Octal 310 257 357
Decimal 200 175 239
Hex C8 AF EF

RGB Percentages of Color #c8afef

%32.57
%28.50
%38.93

CMYK Percentages of Color #c8afef

%16
%27
%0
%6

Triadic Colors of #c8afef

#c8afef #efc8af #afefc8

Analogous Colors of #c8afef

#c8afef #e8afef #afb6ef

Monochromatic Colors of #c8afef

#c8afef

Complementary Color

#c8afef #d6efaf

#c8afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8afef Color CSS Codes

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

#c8afef Text Font Color

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

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


#c8afef Background Color

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

This div background color is #c8afef


#c8afef Border Color

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

This div border color is #c8afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8afef


Comments

No comments written yet.

Please login to write comment.