Color Hex Logo

#c078fa Color Hex

#C078FA
(192,120,250)
0 Favorites   0 Comments

Color spaces of #c078fa

RGB 192120250
HSL0.760.930.73
HSV273°52°98°
CMYK 0.230.520.00   0.02
XYZ45.710031.541594.1214
Yxy31.54150.26670.1841
Hunter Lab56.161846.9976-60.0506
CIE-Lab62.962151.3828-54.3779

#c078fa color RGB value is (192,120,250).

#c078fa hex color red value is 192, green value is 120 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c078fa hue: 0.76 , saturation: 0.93 and the lightness value of c078fa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111000 11111010
Octal 300 170 372
Decimal 192 120 250
Hex C0 78 FA

RGB Percentages of Color #c078fa

%34.16
%21.35
%44.48

CMYK Percentages of Color #c078fa

%23
%52
%0
%2

Triadic Colors of #c078fa

#c078fa #fac078 #78fac0

Analogous Colors of #c078fa

#c078fa #fa78f3 #7f78fa

Monochromatic Colors of #c078fa

#c078fa

Complementary Color

#c078fa #b2fa78

#c078fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c078fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c078fa Color CSS Codes

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

#c078fa Text Font Color

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

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


#c078fa Background Color

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

This div background color is #c078fa


#c078fa Border Color

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

This div border color is #c078fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,120,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 #c078fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c078fa


Comments

No comments written yet.

Please login to write comment.