Color Hex Logo

#c293ee Color Hex

#C293EE
(194,147,238)
0 Favorites   0 Comments

Color spaces of #c293ee

RGB 194147238
HSL0.750.730.75
HSV271°38°93°
CMYK 0.180.380.00   0.07
XYZ48.114538.509885.7861
Yxy38.50980.27910.2234
Hunter Lab62.056329.7991-38.5227
CIE-Lab68.394734.7184-39.2126

#c293ee color RGB value is (194,147,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 11101110
Octal 302 223 356
Decimal 194 147 238
Hex C2 93 EE

RGB Percentages of Color #c293ee

%33.51
%25.39
%41.11

CMYK Percentages of Color #c293ee

%18
%38
%0
%7

Triadic Colors of #c293ee

#c293ee #eec293 #93eec2

Analogous Colors of #c293ee

#c293ee #ee93ed #9593ee

Monochromatic Colors of #c293ee

#c293ee

Complementary Color

#c293ee #bfee93

#c293ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c293ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c293ee Color CSS Codes

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

#c293ee Text Font Color

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

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


#c293ee Background Color

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

This div background color is #c293ee


#c293ee Border Color

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

This div border color is #c293ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c293ee


Comments

No comments written yet.

Please login to write comment.