Color Hex Logo

#c2abea Color Hex

#C2ABEA
(194,171,234)
0 Favorites   0 Comments

Color spaces of #c2abea

RGB 194171234
HSL0.730.600.79
HSV262°27°92°
CMYK 0.170.270.00   0.08
XYZ51.662346.535784.1013
Yxy46.53570.28340.2553
Hunter Lab68.217115.8021-25.3436
CIE-Lab73.891820.5870-28.5176

#c2abea color RGB value is (194,171,234).

#c2abea hex color red value is 194, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c2abea hue: 0.73 , saturation: 0.60 and the lightness value of c2abea is 0.79.

The process color (four color CMYK) of #c2abea color hex is 0.17, 0.27, 0.00, 0.08. Web safe color of #c2abea is #cc99ff. Color #c2abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101011 11101010
Octal 302 253 352
Decimal 194 171 234
Hex C2 AB EA

RGB Percentages of Color #c2abea

%32.39
%28.55
%39.07

CMYK Percentages of Color #c2abea

%17
%27
%0
%8

Triadic Colors of #c2abea

#c2abea #eac2ab #abeac2

Analogous Colors of #c2abea

#c2abea #e2abea #abb4ea

Monochromatic Colors of #c2abea

#c2abea

Complementary Color

#c2abea #d3eaab

#c2abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2abea Color CSS Codes

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

#c2abea Text Font Color

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

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


#c2abea Background Color

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

This div background color is #c2abea


#c2abea Border Color

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

This div border color is #c2abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2abea


Comments

No comments written yet.

Please login to write comment.