Color Hex Logo

#c094da Color Hex

#C094DA
(192,148,218)
0 Favorites   0 Comments

Color spaces of #c094da

RGB 192148218
HSL0.770.490.72
HSV278°32°85°
CMYK 0.120.320.00   0.15
XYZ44.983037.448271.1870
Yxy37.44820.29280.2438
Hunter Lab61.194924.1201-26.1346
CIE-Lab67.611929.2525-29.4257

#c094da color RGB value is (192,148,218).

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

The process color (four color CMYK) of #c094da color hex is 0.12, 0.32, 0.00, 0.15. Web safe color of #c094da is #cc99cc. Color #c094da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 11011010
Octal 300 224 332
Decimal 192 148 218
Hex C0 94 DA

RGB Percentages of Color #c094da

%34.41
%26.52
%39.07

CMYK Percentages of Color #c094da

%12
%32
%0
%15

Triadic Colors of #c094da

#c094da #dac094 #94dac0

Analogous Colors of #c094da

#c094da #da94d1 #9d94da

Monochromatic Colors of #c094da

#c094da

Complementary Color

#c094da #aeda94

#c094da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c094da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c094da Color CSS Codes

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

#c094da Text Font Color

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

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


#c094da Background Color

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

This div background color is #c094da


#c094da Border Color

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

This div border color is #c094da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c094da


Comments

No comments written yet.

Please login to write comment.