Color Hex Logo

#c094fa Color Hex

#C094FA
(192,148,250)
0 Favorites   0 Comments

Color spaces of #c094fa

RGB 192148250
HSL0.740.910.78
HSV266°41°98°
CMYK 0.230.410.00   0.02
XYZ49.583539.288495.4126
Yxy39.28840.26910.2132
Hunter Lab62.680531.5120-46.3753
CIE-Lab68.959736.2980-44.9046

#c094fa color RGB value is (192,148,250).

#c094fa hex color red value is 192, green value is 148 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c094fa hue: 0.74 , saturation: 0.91 and the lightness value of c094fa is 0.78.

The process color (four color CMYK) of #c094fa color hex is 0.23, 0.41, 0.00, 0.02. Web safe color of #c094fa is #cc99ff. Color #c094fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 11111010
Octal 300 224 372
Decimal 192 148 250
Hex C0 94 FA

RGB Percentages of Color #c094fa

%32.54
%25.08
%42.37

CMYK Percentages of Color #c094fa

%23
%41
%0
%2

Triadic Colors of #c094fa

#c094fa #fac094 #94fac0

Analogous Colors of #c094fa

#c094fa #f394fa #949bfa

Monochromatic Colors of #c094fa

#c094fa

Complementary Color

#c094fa #cefa94

#c094fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c094fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c094fa Color CSS Codes

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

#c094fa Text Font Color

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

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


#c094fa Background Color

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

This div background color is #c094fa


#c094fa Border Color

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

This div border color is #c094fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c094fa

Related Colors


Comments

No comments written yet.

Please login to write comment.