Color Hex Logo

#c878fb Color Hex

#C878FB
(200,120,251)
0 Favorites   0 Comments

Color spaces of #c878fb

RGB 200120251
HSL0.770.940.73
HSV277°52°98°
CMYK 0.200.520.00   0.02
XYZ47.948532.677395.0470
Yxy32.67730.27290.1860
Hunter Lab57.164149.6865-58.5670
CIE-Lab63.898853.6385-53.3855

#c878fb color RGB value is (200,120,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111000 11111011
Octal 310 170 373
Decimal 200 120 251
Hex C8 78 FB

RGB Percentages of Color #c878fb

%35.03
%21.02
%43.96

CMYK Percentages of Color #c878fb

%20
%52
%0
%2

Triadic Colors of #c878fb

#c878fb #fbc878 #78fbc8

Analogous Colors of #c878fb

#c878fb #fb78ed #8778fb

Monochromatic Colors of #c878fb

#c878fb

Complementary Color

#c878fb #abfb78

#c878fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c878fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c878fb Color CSS Codes

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

#c878fb Text Font Color

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

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


#c878fb Background Color

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

This div background color is #c878fb


#c878fb Border Color

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

This div border color is #c878fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c878fb


Comments

No comments written yet.

Please login to write comment.