Color Hex Logo

#c094de Color Hex

#C094DE
(192,148,222)
0 Favorites   0 Comments

Color spaces of #c094de

RGB 192148222
HSL0.770.530.73
HSV276°33°87°
CMYK 0.140.330.00   0.13
XYZ45.512937.660273.9776
Yxy37.66020.28960.2396
Hunter Lab61.367924.9889-28.5152
CIE-Lab67.769430.0977-31.3934

#c094de color RGB value is (192,148,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 11011110
Octal 300 224 336
Decimal 192 148 222
Hex C0 94 DE

RGB Percentages of Color #c094de

%34.16
%26.33
%39.50

CMYK Percentages of Color #c094de

%14
%33
%0
%13

Triadic Colors of #c094de

#c094de #dec094 #94dec0

Analogous Colors of #c094de

#c094de #de94d7 #9b94de

Monochromatic Colors of #c094de

#c094de

Complementary Color

#c094de #b2de94

#c094de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c094de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c094de Color CSS Codes

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

#c094de Text Font Color

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

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


#c094de Background Color

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

This div background color is #c094de


#c094de Border Color

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

This div border color is #c094de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c094de


Comments

No comments written yet.

Please login to write comment.