Color Hex Logo

#c092df Color Hex

#C092DF
(192,146,223)
0 Favorites   0 Comments

Color spaces of #c092df

RGB 192146223
HSL0.770.550.72
HSV276°35°87°
CMYK 0.140.350.00   0.13
XYZ45.336437.091974.5820
Yxy37.09190.28870.2362
Hunter Lab60.903126.2953-29.9744
CIE-Lab67.345931.4169-32.6011

#c092df color RGB value is (192,146,223).

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

The process color (four color CMYK) of #c092df color hex is 0.14, 0.35, 0.00, 0.13. Web safe color of #c092df is #cc99cc. Color #c092df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010010 11011111
Octal 300 222 337
Decimal 192 146 223
Hex C0 92 DF

RGB Percentages of Color #c092df

%34.22
%26.02
%39.75

CMYK Percentages of Color #c092df

%14
%35
%0
%13

Triadic Colors of #c092df

#c092df #dfc092 #92dfc0

Analogous Colors of #c092df

#c092df #df92d8 #9a92df

Monochromatic Colors of #c092df

#c092df

Complementary Color

#c092df #b1df92

#c092df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c092df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c092df Color CSS Codes

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

#c092df Text Font Color

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

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


#c092df Background Color

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

This div background color is #c092df


#c092df Border Color

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

This div border color is #c092df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c092df


Comments

No comments written yet.

Please login to write comment.