Color Hex Logo

#c094df Color Hex

#C094DF
(192,148,223)
0 Favorites   0 Comments

Color spaces of #c094df

RGB 192148223
HSL0.760.540.73
HSV275°34°87°
CMYK 0.140.340.00   0.13
XYZ45.647437.714074.6857
Yxy37.71400.28880.2386
Hunter Lab61.411725.2087-29.1172
CIE-Lab67.809330.3108-31.8838

#c094df color RGB value is (192,148,223).

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

The process color (four color CMYK) of #c094df color hex is 0.14, 0.34, 0.00, 0.13. Web safe color of #c094df is #cc99cc. Color #c094df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 11011111
Octal 300 224 337
Decimal 192 148 223
Hex C0 94 DF

RGB Percentages of Color #c094df

%34.10
%26.29
%39.61

CMYK Percentages of Color #c094df

%14
%34
%0
%13

Triadic Colors of #c094df

#c094df #dfc094 #94dfc0

Analogous Colors of #c094df

#c094df #df94d9 #9b94df

Monochromatic Colors of #c094df

#c094df

Complementary Color

#c094df #b3df94

#c094df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c094df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c094df Color CSS Codes

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

#c094df Text Font Color

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

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


#c094df Background Color

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

This div background color is #c094df


#c094df Border Color

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

This div border color is #c094df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c094df


Comments

No comments written yet.

Please login to write comment.