Color Hex Logo

#c87afc Color Hex

#C87AFC
(200,122,252)
0 Favorites   0 Comments

Color spaces of #c87afc

RGB 200122252
HSL0.770.960.73
HSV276°52°99°
CMYK 0.210.520.00   0.01
XYZ48.349633.226795.9605
Yxy33.22670.27230.1872
Hunter Lab57.642648.8481-58.3532
CIE-Lab64.344152.8260-53.2282

#c87afc color RGB value is (200,122,252).

#c87afc hex color red value is 200, green value is 122 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c87afc hue: 0.77 , saturation: 0.96 and the lightness value of c87afc is 0.73.

The process color (four color CMYK) of #c87afc color hex is 0.21, 0.52, 0.00, 0.01. Web safe color of #c87afc is #cc66ff. Color #c87afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111010 11111100
Octal 310 172 374
Decimal 200 122 252
Hex C8 7A FC

RGB Percentages of Color #c87afc

%34.84
%21.25
%43.90

CMYK Percentages of Color #c87afc

%21
%52
%0
%1

Triadic Colors of #c87afc

#c87afc #fcc87a #7afcc8

Analogous Colors of #c87afc

#c87afc #fc7aef #877afc

Monochromatic Colors of #c87afc

#c87afc

Complementary Color

#c87afc #aefc7a

#c87afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87afc Color CSS Codes

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

#c87afc Text Font Color

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

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


#c87afc Background Color

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

This div background color is #c87afc


#c87afc Border Color

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

This div border color is #c87afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87afc


Comments

No comments written yet.

Please login to write comment.