Color Hex Logo

#c7abde Color Hex

#C7ABDE
(199,171,222)
0 Favorites   0 Comments

Color spaces of #c7abde

RGB 199171222
HSL0.760.440.77
HSV273°23°87°
CMYK 0.100.230.00   0.13
XYZ51.300946.541975.3869
Yxy46.54190.29610.2687
Hunter Lab68.221614.8395-17.7621
CIE-Lab73.895819.6160-21.9402

#c7abde color RGB value is (199,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101011 11011110
Octal 307 253 336
Decimal 199 171 222
Hex C7 AB DE

RGB Percentages of Color #c7abde

%33.61
%28.89
%37.50

CMYK Percentages of Color #c7abde

%10
%23
%0
%13

Triadic Colors of #c7abde

#c7abde #dec7ab #abdec7

Analogous Colors of #c7abde

#c7abde #deabdc #aeabde

Monochromatic Colors of #c7abde

#c7abde

Complementary Color

#c7abde #c2deab

#c7abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7abde Color CSS Codes

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

#c7abde Text Font Color

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

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


#c7abde Background Color

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

This div background color is #c7abde


#c7abde Border Color

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

This div border color is #c7abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7abde


Comments

No comments written yet.

Please login to write comment.