Color Hex Logo

#c1abef Color Hex

#C1ABEF
(193,171,239)
0 Favorites   0 Comments

Color spaces of #c1abef

RGB 193171239
HSL0.720.680.80
HSV259°28°94°
CMYK 0.190.280.00   0.06
XYZ52.135246.695387.9266
Yxy46.69530.27920.2500
Hunter Lab68.334016.6016-28.4558
CIE-Lab73.994421.3858-31.0816

#c1abef color RGB value is (193,171,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101011 11101111
Octal 301 253 357
Decimal 193 171 239
Hex C1 AB EF

RGB Percentages of Color #c1abef

%32.01
%28.36
%39.64

CMYK Percentages of Color #c1abef

%19
%28
%0
%6

Triadic Colors of #c1abef

#c1abef #efc1ab #abefc1

Analogous Colors of #c1abef

#c1abef #e3abef #abb7ef

Monochromatic Colors of #c1abef

#c1abef

Complementary Color

#c1abef #d9efab

#c1abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1abef Color CSS Codes

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

#c1abef Text Font Color

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

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


#c1abef Background Color

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

This div background color is #c1abef


#c1abef Border Color

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

This div border color is #c1abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1abef


Comments

No comments written yet.

Please login to write comment.