Color Hex Logo

#c1abda Color Hex

#C1ABDA
(193,171,218)
0 Favorites   0 Comments

Color spaces of #c1abda

RGB 193171218
HSL0.740.390.76
HSV268°22°85°
CMYK 0.110.220.00   0.15
XYZ49.210145.525272.5233
Yxy45.52520.29420.2722
Hunter Lab67.472412.1100-16.4978
CIE-Lab73.236416.8509-20.8078

#c1abda color RGB value is (193,171,218).

#c1abda hex color red value is 193, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c1abda hue: 0.74 , saturation: 0.39 and the lightness value of c1abda is 0.76.

The process color (four color CMYK) of #c1abda color hex is 0.11, 0.22, 0.00, 0.15. Web safe color of #c1abda is #cc99cc. Color #c1abda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101011 11011010
Octal 301 253 332
Decimal 193 171 218
Hex C1 AB DA

RGB Percentages of Color #c1abda

%33.16
%29.38
%37.46

CMYK Percentages of Color #c1abda

%11
%22
%0
%15

Triadic Colors of #c1abda

#c1abda #dac1ab #abdac1

Analogous Colors of #c1abda

#c1abda #d9abda #abadda

Monochromatic Colors of #c1abda

#c1abda

Complementary Color

#c1abda #c4daab

#c1abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1abda Color CSS Codes

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

#c1abda Text Font Color

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

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


#c1abda Background Color

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

This div background color is #c1abda


#c1abda Border Color

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

This div border color is #c1abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1abda


Comments

No comments written yet.

Please login to write comment.