Color Hex Logo

#c092fa Color Hex

#C092FA
(192,146,250)
0 Favorites   0 Comments

Color spaces of #c092fa

RGB 192146250
HSL0.740.910.78
HSV267°42°98°
CMYK 0.230.420.00   0.02
XYZ49.272438.666495.3089
Yxy38.66640.26890.2110
Hunter Lab62.182332.6219-47.3481
CIE-Lab68.508937.3973-45.6124

#c092fa color RGB value is (192,146,250).

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

The process color (four color CMYK) of #c092fa color hex is 0.23, 0.42, 0.00, 0.02. Web safe color of #c092fa is #cc99ff. Color #c092fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010010 11111010
Octal 300 222 372
Decimal 192 146 250
Hex C0 92 FA

RGB Percentages of Color #c092fa

%32.65
%24.83
%42.52

CMYK Percentages of Color #c092fa

%23
%42
%0
%2

Triadic Colors of #c092fa

#c092fa #fac092 #92fac0

Analogous Colors of #c092fa

#c092fa #f492fa #9298fa

Monochromatic Colors of #c092fa

#c092fa

Complementary Color

#c092fa #ccfa92

#c092fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c092fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c092fa Color CSS Codes

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

#c092fa Text Font Color

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

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


#c092fa Background Color

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

This div background color is #c092fa


#c092fa Border Color

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

This div border color is #c092fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c092fa


Comments

No comments written yet.

Please login to write comment.