Color Hex Logo

#c094fb Color Hex

#C094FB
(192,148,251)
0 Favorites   0 Comments

Color spaces of #c094fb

RGB 192148251
HSL0.740.930.78
HSV266°41°98°
CMYK 0.240.410.00   0.02
XYZ49.740739.351396.2407
Yxy39.35130.26840.2123
Hunter Lab62.730631.7586-47.0507
CIE-Lab69.005036.5276-45.3785

#c094fb color RGB value is (192,148,251).

#c094fb hex color red value is 192, green value is 148 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c094fb hue: 0.74 , saturation: 0.93 and the lightness value of c094fb is 0.78.

The process color (four color CMYK) of #c094fb color hex is 0.24, 0.41, 0.00, 0.02. Web safe color of #c094fb is #cc99ff. Color #c094fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 11111011
Octal 300 224 373
Decimal 192 148 251
Hex C0 94 FB

RGB Percentages of Color #c094fb

%32.49
%25.04
%42.47

CMYK Percentages of Color #c094fb

%24
%41
%0
%2

Triadic Colors of #c094fb

#c094fb #fbc094 #94fbc0

Analogous Colors of #c094fb

#c094fb #f494fb #949cfb

Monochromatic Colors of #c094fb

#c094fb

Complementary Color

#c094fb #cffb94

#c094fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c094fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c094fb Color CSS Codes

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

#c094fb Text Font Color

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

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


#c094fb Background Color

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

This div background color is #c094fb


#c094fb Border Color

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

This div border color is #c094fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c094fb


Comments

No comments written yet.

Please login to write comment.