Color Hex Logo

#c094cd Color Hex

#C094CD
(192,148,205)
0 Favorites   0 Comments

Color spaces of #c094cd

RGB 192148205
HSL0.800.360.69
HSV286°28°80°
CMYK 0.060.280.00   0.20
XYZ43.347636.794162.5749
Yxy36.79410.30370.2578
Hunter Lab60.658121.4082-18.7028
CIE-Lab67.122326.5827-22.9670

#c094cd color RGB value is (192,148,205).

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

The process color (four color CMYK) of #c094cd color hex is 0.06, 0.28, 0.00, 0.20. Web safe color of #c094cd is #cc99cc. Color #c094cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 11001101
Octal 300 224 315
Decimal 192 148 205
Hex C0 94 CD

RGB Percentages of Color #c094cd

%35.23
%27.16
%37.61

CMYK Percentages of Color #c094cd

%6
%28
%0
%20

Triadic Colors of #c094cd

#c094cd #cdc094 #94cdc0

Analogous Colors of #c094cd

#c094cd #cd94be #a494cd

Monochromatic Colors of #c094cd

#c094cd

Complementary Color

#c094cd #a1cd94

#c094cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c094cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c094cd Color CSS Codes

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

#c094cd Text Font Color

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

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


#c094cd Background Color

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

This div background color is #c094cd


#c094cd Border Color

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

This div border color is #c094cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c094cd


Comments

No comments written yet.

Please login to write comment.