color codes Logo

#c879f2 color codes

#C879F2
(200,121,242)
0 Favorites   0 Comments

Color spaces of #c879f2

RGB 200121242
HSL0.780.820.71
HSV279°50°95°
CMYK 0.170.500.00   0.05
XYZ46.683832.364987.7909
Yxy32.36490.27980.1940
Hunter Lab56.890246.9185-51.6711
CIE-Lab63.643351.2088-48.8325

#c879f2 color RGB value is (200,121,242).

#c879f2 hex color red value is 200, green value is 121 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #c879f2 hue: 0.78 , saturation: 0.82 and the lightness value of c879f2 is 0.71.

The process color (four color CMYK) of #c879f2 color code is 0.17, 0.50, 0.00, 0.05. Web safe color of #c879f2 is #cc66ff. Color #c879f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111001 11110010
Octal 310 171 362
Decimal 200 121 242
Hex C8 79 F2

RGB Percentages of Color #c879f2

%35.52
%21.49
%42.98

CMYK Percentages of Color #c879f2

%17
%50
%0
%5

Triadic Colors of #c879f2

#c879f2 #f2c879 #79f2c8

Analogous Colors of #c879f2

#c879f2 #f279e0 #8c79f2

Monochromatic Colors of #c879f2

#c879f2

Complementary Color

#c879f2 #a3f279

#c879f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c879f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c879f2 Color CSS Codes

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

#c879f2 Text Font Color

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

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


#c879f2 Background Color

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

This div background color is #c879f2


#c879f2 Border Color

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

This div border color is #c879f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c879f2


Comments

No comments written yet.

Please login to write comment.