Color Hex Logo

#c3abff Color Hex

#C3ABFF
(195,171,255)
0 Favorites   0 Comments

Color spaces of #c3abff

RGB 195171255
HSL0.711.000.84
HSV257°33°100°
CMYK 0.240.330.00   0.00
XYZ55.118647.9479100.9576
Yxy47.94790.27020.2350
Hunter Lab69.244420.9084-37.9731
CIE-Lab74.792125.6106-38.4867

#c3abff color RGB value is (195,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101011 11111111
Octal 303 253 377
Decimal 195 171 255
Hex C3 AB FF

RGB Percentages of Color #c3abff

%31.40
%27.54
%41.06

CMYK Percentages of Color #c3abff

%24
%33
%0
%0

Triadic Colors of #c3abff

#c3abff #ffc3ab #abffc3

Analogous Colors of #c3abff

#c3abff #edabff #abbdff

Monochromatic Colors of #c3abff

#c3abff

Complementary Color

#c3abff #e7ffab

#c3abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3abff Color CSS Codes

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

#c3abff Text Font Color

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

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


#c3abff Background Color

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

This div background color is #c3abff


#c3abff Border Color

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

This div border color is #c3abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3abff

Related Colors

#c3abff Color Palettes


Comments

No comments written yet.

Please login to write comment.