Color Hex Logo

#c293ea Color Hex

#C293EA
(194,147,234)
0 Favorites   0 Comments

Color spaces of #c293ea

RGB 194147234
HSL0.760.670.75
HSV272°37°92°
CMYK 0.170.370.00   0.08
XYZ47.533138.277382.7249
Yxy38.27730.28200.2271
Hunter Lab61.868728.8697-35.9689
CIE-Lab68.224533.8404-37.2822

#c293ea color RGB value is (194,147,234).

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

The process color (four color CMYK) of #c293ea color hex is 0.17, 0.37, 0.00, 0.08. Web safe color of #c293ea is #cc99ff. Color #c293ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 11101010
Octal 302 223 352
Decimal 194 147 234
Hex C2 93 EA

RGB Percentages of Color #c293ea

%33.74
%25.57
%40.70

CMYK Percentages of Color #c293ea

%17
%37
%0
%8

Triadic Colors of #c293ea

#c293ea #eac293 #93eac2

Analogous Colors of #c293ea

#c293ea #ea93e7 #9793ea

Monochromatic Colors of #c293ea

#c293ea

Complementary Color

#c293ea #bbea93

#c293ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c293ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c293ea Color CSS Codes

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

#c293ea Text Font Color

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

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


#c293ea Background Color

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

This div background color is #c293ea


#c293ea Border Color

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

This div border color is #c293ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c293ea


Comments

No comments written yet.

Please login to write comment.