Color Hex Logo

#c8abde Color Hex

#C8ABDE
(200,171,222)
0 Favorites   0 Comments

Color spaces of #c8abde

RGB 200171222
HSL0.760.440.77
HSV274°23°87°
CMYK 0.100.230.00   0.13
XYZ51.567146.679175.3993
Yxy46.67910.29700.2688
Hunter Lab68.322115.1618-17.6061
CIE-Lab73.984019.9386-21.7977

#c8abde color RGB value is (200,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101011 11011110
Octal 310 253 336
Decimal 200 171 222
Hex C8 AB DE

RGB Percentages of Color #c8abde

%33.73
%28.84
%37.44

CMYK Percentages of Color #c8abde

%10
%23
%0
%13

Triadic Colors of #c8abde

#c8abde #dec8ab #abdec8

Analogous Colors of #c8abde

#c8abde #deabdb #afabde

Monochromatic Colors of #c8abde

#c8abde

Complementary Color

#c8abde #c1deab

#c8abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8abde Color CSS Codes

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

#c8abde Text Font Color

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

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


#c8abde Background Color

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

This div background color is #c8abde


#c8abde Border Color

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

This div border color is #c8abde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,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 #c8abde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8abde


Comments

No comments written yet.

Please login to write comment.