Color Hex Logo

#c293dc Color Hex

#C293DC
(194,147,220)
0 Favorites   0 Comments

Color spaces of #c293dc

RGB 194147220
HSL0.770.510.72
HSV279°33°86°
CMYK 0.120.330.00   0.14
XYZ45.600137.504172.5458
Yxy37.50410.29300.2410
Hunter Lab61.240625.7411-27.3667
CIE-Lab67.653530.8470-30.4515

#c293dc color RGB value is (194,147,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 11011100
Octal 302 223 334
Decimal 194 147 220
Hex C2 93 DC

RGB Percentages of Color #c293dc

%34.58
%26.20
%39.22

CMYK Percentages of Color #c293dc

%12
%33
%0
%14

Triadic Colors of #c293dc

#c293dc #dcc293 #93dcc2

Analogous Colors of #c293dc

#c293dc #dc93d2 #9e93dc

Monochromatic Colors of #c293dc

#c293dc

Complementary Color

#c293dc #addc93

#c293dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c293dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c293dc Color CSS Codes

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

#c293dc Text Font Color

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

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


#c293dc Background Color

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

This div background color is #c293dc


#c293dc Border Color

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

This div border color is #c293dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c293dc


Comments

No comments written yet.

Please login to write comment.