Color Hex Logo

#c293ec Color Hex

#C293EC
(194,147,236)
0 Favorites   0 Comments

Color spaces of #c293ec

RGB 194147236
HSL0.750.700.75
HSV272°38°93°
CMYK 0.180.380.00   0.07
XYZ47.822238.392984.2469
Yxy38.39290.28050.2252
Hunter Lab61.962029.3326-37.2405
CIE-Lab68.309234.2783-38.2486

#c293ec color RGB value is (194,147,236).

#c293ec hex color red value is 194, green value is 147 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c293ec hue: 0.75 , saturation: 0.70 and the lightness value of c293ec is 0.75.

The process color (four color CMYK) of #c293ec color hex is 0.18, 0.38, 0.00, 0.07. Web safe color of #c293ec is #cc99ff. Color #c293ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 11101100
Octal 302 223 354
Decimal 194 147 236
Hex C2 93 EC

RGB Percentages of Color #c293ec

%33.62
%25.48
%40.90

CMYK Percentages of Color #c293ec

%18
%38
%0
%7

Triadic Colors of #c293ec

#c293ec #ecc293 #93ecc2

Analogous Colors of #c293ec

#c293ec #ec93ea #9693ec

Monochromatic Colors of #c293ec

#c293ec

Complementary Color

#c293ec #bdec93

#c293ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c293ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c293ec Color CSS Codes

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

#c293ec Text Font Color

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

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


#c293ec Background Color

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

This div background color is #c293ec


#c293ec Border Color

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

This div border color is #c293ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,147,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c293ec


Comments

No comments written yet.

Please login to write comment.