Color Hex Logo

#c2abde Color Hex

#C2ABDE
(194,171,222)
2 Favorites   0 Comments

Color spaces of #c2abde

RGB 194171222
HSL0.740.440.77
HSV267°23°87°
CMYK 0.130.230.00   0.13
XYZ49.995945.869175.3258
Yxy45.86910.29200.2679
Hunter Lab67.726713.2470-18.5337
CIE-Lab73.460518.0106-22.6428

#c2abde color RGB value is (194,171,222).

#c2abde hex color red value is 194, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c2abde hue: 0.74 , saturation: 0.44 and the lightness value of c2abde is 0.77.

The process color (four color CMYK) of #c2abde color hex is 0.13, 0.23, 0.00, 0.13. Web safe color of #c2abde is #cc99cc. Color #c2abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101011 11011110
Octal 302 253 336
Decimal 194 171 222
Hex C2 AB DE

RGB Percentages of Color #c2abde

%33.05
%29.13
%37.82

CMYK Percentages of Color #c2abde

%13
%23
%0
%13

Triadic Colors of #c2abde

#c2abde #dec2ab #abdec2

Analogous Colors of #c2abde

#c2abde #dcabde #abaede

Monochromatic Colors of #c2abde

#c2abde

Complementary Color

#c2abde #c7deab

#c2abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2abde Color CSS Codes

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

#c2abde Text Font Color

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

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


#c2abde Background Color

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

This div background color is #c2abde


#c2abde Border Color

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

This div border color is #c2abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2abde


Comments

No comments written yet.

Please login to write comment.