Color Hex Logo

#c292dc Color Hex

#C292DC
(194,146,220)
0 Favorites   0 Comments

Color spaces of #c292dc

RGB 194146220
HSL0.770.510.72
HSV279°34°86°
CMYK 0.120.340.00   0.14
XYZ45.445337.194472.4942
Yxy37.19440.29290.2398
Hunter Lab60.987226.2836-27.7857
CIE-Lab67.422631.3988-30.8082

#c292dc color RGB value is (194,146,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010010 11011100
Octal 302 222 334
Decimal 194 146 220
Hex C2 92 DC

RGB Percentages of Color #c292dc

%34.64
%26.07
%39.29

CMYK Percentages of Color #c292dc

%12
%34
%0
%14

Triadic Colors of #c292dc

#c292dc #dcc292 #92dcc2

Analogous Colors of #c292dc

#c292dc #dc92d1 #9d92dc

Monochromatic Colors of #c292dc

#c292dc

Complementary Color

#c292dc #acdc92

#c292dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c292dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c292dc Color CSS Codes

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

#c292dc Text Font Color

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

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


#c292dc Background Color

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

This div background color is #c292dc


#c292dc Border Color

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

This div border color is #c292dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c292dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c292dc


Comments

No comments written yet.

Please login to write comment.