Color Hex Logo

#c291eb Color Hex

#C291EB
(194,145,235)
0 Favorites   0 Comments

Color spaces of #c291eb

RGB 194145235
HSL0.760.690.75
HSV273°38°92°
CMYK 0.170.380.00   0.08
XYZ47.368937.718383.3810
Yxy37.71830.28120.2239
Hunter Lab61.415230.1985-37.5050
CIE-Lab67.812535.1588-38.4738

#c291eb color RGB value is (194,145,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010001 11101011
Octal 302 221 353
Decimal 194 145 235
Hex C2 91 EB

RGB Percentages of Color #c291eb

%33.80
%25.26
%40.94

CMYK Percentages of Color #c291eb

%17
%38
%0
%8

Triadic Colors of #c291eb

#c291eb #ebc291 #91ebc2

Analogous Colors of #c291eb

#c291eb #eb91e7 #9591eb

Monochromatic Colors of #c291eb

#c291eb

Complementary Color

#c291eb #baeb91

#c291eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c291eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c291eb Color CSS Codes

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

#c291eb Text Font Color

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

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


#c291eb Background Color

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

This div background color is #c291eb


#c291eb Border Color

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

This div border color is #c291eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c291eb

#c291eb Color Palettes


Comments

No comments written yet.

Please login to write comment.