Color Hex Logo

#c092dc Color Hex

#C092DC
(192,146,220)
0 Favorites   0 Comments

Color spaces of #c092dc

RGB 192146220
HSL0.770.510.72
HSV277°34°86°
CMYK 0.130.340.00   0.14
XYZ44.935436.931572.4703
Yxy36.93150.29120.2393
Hunter Lab60.771325.6364-28.1639
CIE-Lab67.225630.7802-31.1286

#c092dc color RGB value is (192,146,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010010 11011100
Octal 300 222 334
Decimal 192 146 220
Hex C0 92 DC

RGB Percentages of Color #c092dc

%34.41
%26.16
%39.43

CMYK Percentages of Color #c092dc

%13
%34
%0
%14

Triadic Colors of #c092dc

#c092dc #dcc092 #92dcc0

Analogous Colors of #c092dc

#c092dc #dc92d3 #9b92dc

Monochromatic Colors of #c092dc

#c092dc

Complementary Color

#c092dc #aedc92

#c092dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c092dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c092dc Color CSS Codes

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

#c092dc Text Font Color

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

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


#c092dc Background Color

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

This div background color is #c092dc


#c092dc Border Color

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

This div border color is #c092dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c092dc


Comments

No comments written yet.

Please login to write comment.