Color Hex Logo

#c094ce Color Hex

#C094CE
(192,148,206)
0 Favorites   0 Comments

Color spaces of #c094ce

RGB 192148206
HSL0.790.370.69
HSV286°28°81°
CMYK 0.070.280.00   0.19
XYZ43.468736.842563.2128
Yxy36.84250.30290.2567
Hunter Lab60.698021.6107-19.2578
CIE-Lab67.158726.7838-23.4673

#c094ce color RGB value is (192,148,206).

#c094ce hex color red value is 192, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c094ce hue: 0.79 , saturation: 0.37 and the lightness value of c094ce is 0.69.

The process color (four color CMYK) of #c094ce color hex is 0.07, 0.28, 0.00, 0.19. Web safe color of #c094ce is #cc99cc. Color #c094ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 11001110
Octal 300 224 316
Decimal 192 148 206
Hex C0 94 CE

RGB Percentages of Color #c094ce

%35.16
%27.11
%37.73

CMYK Percentages of Color #c094ce

%7
%28
%0
%19

Triadic Colors of #c094ce

#c094ce #cec094 #94cec0

Analogous Colors of #c094ce

#c094ce #ce94bf #a394ce

Monochromatic Colors of #c094ce

#c094ce

Complementary Color

#c094ce #a2ce94

#c094ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c094ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c094ce Color CSS Codes

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

#c094ce Text Font Color

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

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


#c094ce Background Color

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

This div background color is #c094ce


#c094ce Border Color

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

This div border color is #c094ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c094ce


Comments

No comments written yet.

Please login to write comment.