Color Hex Logo

#c2abfa Color Hex

#C2ABFA
(194,171,250)
0 Favorites   0 Comments

Color spaces of #c2abfa

RGB 194171250
HSL0.720.890.83
HSV257°32°98°
CMYK 0.220.320.00   0.02
XYZ54.066447.497396.7608
Yxy47.49730.27260.2395
Hunter Lab68.918319.4263-35.0000
CIE-Lab74.506724.1702-36.2379

#c2abfa color RGB value is (194,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101011 11111010
Octal 302 253 372
Decimal 194 171 250
Hex C2 AB FA

RGB Percentages of Color #c2abfa

%31.54
%27.80
%40.65

CMYK Percentages of Color #c2abfa

%22
%32
%0
%2

Triadic Colors of #c2abfa

#c2abfa #fac2ab #abfac2

Analogous Colors of #c2abfa

#c2abfa #eaabfa #abbcfa

Monochromatic Colors of #c2abfa

#c2abfa

Complementary Color

#c2abfa #e3faab

#c2abfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2abfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2abfa Color CSS Codes

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

#c2abfa Text Font Color

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

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


#c2abfa Background Color

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

This div background color is #c2abfa


#c2abfa Border Color

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

This div border color is #c2abfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,171,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2abfa


Comments

No comments written yet.

Please login to write comment.