Color Hex Logo

#c8a7ff Color Hex

#C8A7FF
(200,167,255)
0 Favorites   0 Comments

Color spaces of #c8a7ff

RGB 200167255
HSL0.731.000.83
HSV263°35°100°
CMYK 0.220.350.00   0.00
XYZ55.688147.1368100.7710
Yxy47.13680.27350.2315
Hunter Lab68.656224.6356-38.9642
CIE-Lab74.277229.2610-39.2542

#c8a7ff color RGB value is (200,167,255).

#c8a7ff hex color red value is 200, green value is 167 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c8a7ff hue: 0.73 , saturation: 1.00 and the lightness value of c8a7ff is 0.83.

The process color (four color CMYK) of #c8a7ff color hex is 0.22, 0.35, 0.00, 0.00. Web safe color of #c8a7ff is #cc99ff. Color #c8a7ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10100111 11111111
Octal 310 247 377
Decimal 200 167 255
Hex C8 A7 FF

RGB Percentages of Color #c8a7ff

%32.15
%26.85
%41.00

CMYK Percentages of Color #c8a7ff

%22
%35
%0
%0

Triadic Colors of #c8a7ff

#c8a7ff #ffc8a7 #a7ffc8

Analogous Colors of #c8a7ff

#c8a7ff #f4a7ff #a7b2ff

Monochromatic Colors of #c8a7ff

#c8a7ff

Complementary Color

#c8a7ff #deffa7

#c8a7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8a7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8a7ff Color CSS Codes

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

#c8a7ff Text Font Color

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

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


#c8a7ff Background Color

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

This div background color is #c8a7ff


#c8a7ff Border Color

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

This div border color is #c8a7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8a7ff


Comments

No comments written yet.

Please login to write comment.