Color Hex Logo

#c2a8ff Color Hex

#C2A8FF
(194,168,255)
0 Favorites   0 Comments

Color spaces of #c2a8ff

RGB 194168255
HSL0.721.000.83
HSV258°34°100°
CMYK 0.240.340.00   0.00
XYZ54.300846.6946100.7587
Yxy46.69460.26910.2314
Hunter Lab68.333422.2605-39.5906
CIE-Lab73.994026.9781-39.7345

#c2a8ff color RGB value is (194,168,255).

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

The process color (four color CMYK) of #c2a8ff color hex is 0.24, 0.34, 0.00, 0.00. Web safe color of #c2a8ff is #cc99ff. Color #c2a8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101000 11111111
Octal 302 250 377
Decimal 194 168 255
Hex C2 A8 FF

RGB Percentages of Color #c2a8ff

%31.44
%27.23
%41.33

CMYK Percentages of Color #c2a8ff

%24
%34
%0
%0

Triadic Colors of #c2a8ff

#c2a8ff #ffc2a8 #a8ffc2

Analogous Colors of #c2a8ff

#c2a8ff #eea8ff #a8baff

Monochromatic Colors of #c2a8ff

#c2a8ff

Complementary Color

#c2a8ff #e5ffa8

#c2a8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2a8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2a8ff Color CSS Codes

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

#c2a8ff Text Font Color

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

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


#c2a8ff Background Color

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

This div background color is #c2a8ff


#c2a8ff Border Color

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

This div border color is #c2a8ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,168,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 #c2a8ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2a8ff

#c2a8ff Color Palettes


Comments

No comments written yet.

Please login to write comment.