Color Hex Logo

#c87abe Color Hex

#C87ABE
(200,122,190)
0 Favorites   0 Comments

Color spaces of #c87abe

RGB 200122190
HSL0.850.410.63
HSV308°39°78°
CMYK 0.000.390.05   0.22
XYZ40.073229.916152.3775
Yxy29.91610.32750.2445
Hunter Lab54.695635.0622-18.4902
CIE-Lab61.581840.5187-22.9465

#c87abe color RGB value is (200,122,190).

#c87abe hex color red value is 200, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c87abe hue: 0.85 , saturation: 0.41 and the lightness value of c87abe is 0.63.

The process color (four color CMYK) of #c87abe color hex is 0.00, 0.39, 0.05, 0.22. Web safe color of #c87abe is #cc66cc. Color #c87abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111010 10111110
Octal 310 172 276
Decimal 200 122 190
Hex C8 7A BE

RGB Percentages of Color #c87abe

%39.06
%23.83
%37.11

CMYK Percentages of Color #c87abe

%0
%39
%5
%22

Triadic Colors of #c87abe

#c87abe #bec87a #7abec8

Analogous Colors of #c87abe

#c87abe #c87a97 #ab7ac8

Monochromatic Colors of #c87abe

#c87abe

Complementary Color

#c87abe #7ac884

#c87abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87abe Color CSS Codes

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

#c87abe Text Font Color

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

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


#c87abe Background Color

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

This div background color is #c87abe


#c87abe Border Color

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

This div border color is #c87abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,122,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87abe


Comments

No comments written yet.

Please login to write comment.