Color Hex Logo

#c877fa Color Hex

#C877FA
(200,119,250)
0 Favorites   0 Comments

Color spaces of #c877fa

RGB 200119250
HSL0.770.930.72
HSV277°52°98°
CMYK 0.200.520.00   0.02
XYZ47.671632.375194.1789
Yxy32.37510.27360.1858
Hunter Lab56.899149.9786-58.3069
CIE-Lab63.651753.9358-53.2278

#c877fa color RGB value is (200,119,250).

#c877fa hex color red value is 200, green value is 119 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c877fa hue: 0.77 , saturation: 0.93 and the lightness value of c877fa is 0.72.

The process color (four color CMYK) of #c877fa color hex is 0.20, 0.52, 0.00, 0.02. Web safe color of #c877fa is #cc66ff. Color #c877fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110111 11111010
Octal 310 167 372
Decimal 200 119 250
Hex C8 77 FA

RGB Percentages of Color #c877fa

%35.15
%20.91
%43.94

CMYK Percentages of Color #c877fa

%20
%52
%0
%2

Triadic Colors of #c877fa

#c877fa #fac877 #77fac8

Analogous Colors of #c877fa

#c877fa #fa77eb #8777fa

Monochromatic Colors of #c877fa

#c877fa

Complementary Color

#c877fa #a9fa77

#c877fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c877fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c877fa Color CSS Codes

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

#c877fa Text Font Color

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

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


#c877fa Background Color

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

This div background color is #c877fa


#c877fa Border Color

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

This div border color is #c877fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c877fa


Comments

No comments written yet.

Please login to write comment.