Color Hex Logo

#c078df Color Hex

#C078DF
(192,120,223)
0 Favorites   0 Comments

Color spaces of #c078df

RGB 192120223
HSL0.780.620.67
HSV282°46°87°
CMYK 0.140.460.00   0.13
XYZ41.774029.967173.3945
Yxy29.96710.28780.2065
Hunter Lab54.742240.4152-41.1723
CIE-Lab61.625845.5596-41.5226

#c078df color RGB value is (192,120,223).

#c078df hex color red value is 192, green value is 120 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c078df hue: 0.78 , saturation: 0.62 and the lightness value of c078df is 0.67.

The process color (four color CMYK) of #c078df color hex is 0.14, 0.46, 0.00, 0.13. Web safe color of #c078df is #cc66cc. Color #c078df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111000 11011111
Octal 300 170 337
Decimal 192 120 223
Hex C0 78 DF

RGB Percentages of Color #c078df

%35.89
%22.43
%41.68

CMYK Percentages of Color #c078df

%14
%46
%0
%13

Triadic Colors of #c078df

#c078df #dfc078 #78dfc0

Analogous Colors of #c078df

#c078df #df78cb #8d78df

Monochromatic Colors of #c078df

#c078df

Complementary Color

#c078df #97df78

#c078df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c078df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c078df Color CSS Codes

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

#c078df Text Font Color

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

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


#c078df Background Color

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

This div background color is #c078df


#c078df Border Color

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

This div border color is #c078df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c078df


Comments

No comments written yet.

Please login to write comment.