Color Hex Logo

#c1abee Color Hex

#C1ABEE
(193,171,238)
0 Favorites   0 Comments

Color spaces of #c1abee

RGB 193171238
HSL0.720.660.80
HSV260°28°93°
CMYK 0.190.280.00   0.07
XYZ51.987846.636387.1506
Yxy46.63630.27980.2510
Hunter Lab68.290816.3781-27.8605
CIE-Lab73.956521.1632-30.5975

#c1abee color RGB value is (193,171,238).

#c1abee hex color red value is 193, green value is 171 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c1abee hue: 0.72 , saturation: 0.66 and the lightness value of c1abee is 0.80.

The process color (four color CMYK) of #c1abee color hex is 0.19, 0.28, 0.00, 0.07. Web safe color of #c1abee is #cc99ff. Color #c1abee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101011 11101110
Octal 301 253 356
Decimal 193 171 238
Hex C1 AB EE

RGB Percentages of Color #c1abee

%32.06
%28.41
%39.53

CMYK Percentages of Color #c1abee

%19
%28
%0
%7

Triadic Colors of #c1abee

#c1abee #eec1ab #abeec1

Analogous Colors of #c1abee

#c1abee #e3abee #abb7ee

Monochromatic Colors of #c1abee

#c1abee

Complementary Color

#c1abee #d8eeab

#c1abee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1abee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1abee Color CSS Codes

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

#c1abee Text Font Color

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

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


#c1abee Background Color

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

This div background color is #c1abee


#c1abee Border Color

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

This div border color is #c1abee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1abee


Comments

No comments written yet.

Please login to write comment.