Color Hex Logo

#c2abff Color Hex

#C2ABFF
(194,171,255)
1 Favorites   0 Comments

Color spaces of #c2abff

RGB 194171255
HSL0.711.000.84
HSV256°33°100°
CMYK 0.240.330.00   0.00
XYZ54.861047.8152100.9455
Yxy47.81520.26940.2348
Hunter Lab69.148520.6082-38.1497
CIE-Lab74.708225.3214-38.6234

#c2abff color RGB value is (194,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101011 11111111
Octal 302 253 377
Decimal 194 171 255
Hex C2 AB FF

RGB Percentages of Color #c2abff

%31.29
%27.58
%41.13

CMYK Percentages of Color #c2abff

%24
%33
%0
%0

Triadic Colors of #c2abff

#c2abff #ffc2ab #abffc2

Analogous Colors of #c2abff

#c2abff #ecabff #abbeff

Monochromatic Colors of #c2abff

#c2abff

Complementary Color

#c2abff #e8ffab

#c2abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2abff Color CSS Codes

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

#c2abff Text Font Color

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

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


#c2abff Background Color

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

This div background color is #c2abff


#c2abff Border Color

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

This div border color is #c2abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2abff


Comments

No comments written yet.

Please login to write comment.