Color Hex Logo

#c291ed Color Hex

#C291ED
(194,145,237)
0 Favorites   0 Comments

Color spaces of #c291ed

RGB 194145237
HSL0.760.720.75
HSV272°39°93°
CMYK 0.180.390.00   0.07
XYZ47.659637.834684.9116
Yxy37.83460.27970.2220
Hunter Lab61.509830.6647-38.7903
CIE-Lab67.898535.5971-39.4383

#c291ed color RGB value is (194,145,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010001 11101101
Octal 302 221 355
Decimal 194 145 237
Hex C2 91 ED

RGB Percentages of Color #c291ed

%33.68
%25.17
%41.15

CMYK Percentages of Color #c291ed

%18
%39
%0
%7

Triadic Colors of #c291ed

#c291ed #edc291 #91edc2

Analogous Colors of #c291ed

#c291ed #ed91ea #9491ed

Monochromatic Colors of #c291ed

#c291ed

Complementary Color

#c291ed #bced91

#c291ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c291ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c291ed Color CSS Codes

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

#c291ed Text Font Color

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

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


#c291ed Background Color

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

This div background color is #c291ed


#c291ed Border Color

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

This div border color is #c291ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c291ed


Comments

No comments written yet.

Please login to write comment.