Color Hex Logo

#c549eb Color Hex

#C549EB
(197,73,235)
0 Favorites   0 Comments

Color spaces of #c549eb

RGB 19773235
HSL0.790.800.60
HSV286°69°92°
CMYK 0.160.690.00   0.08
XYZ40.403922.633680.8365
Yxy22.63360.28080.1573
Hunter Lab47.574868.3391-67.4400
CIE-Lab54.692971.2405-59.2132

#c549eb color RGB value is (197,73,235).

#c549eb hex color red value is 197, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c549eb hue: 0.79 , saturation: 0.80 and the lightness value of c549eb is 0.60.

The process color (four color CMYK) of #c549eb color hex is 0.16, 0.69, 0.00, 0.08. Web safe color of #c549eb is #cc33ff. Color #c549eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001001 11101011
Octal 305 111 353
Decimal 197 73 235
Hex C5 49 EB

RGB Percentages of Color #c549eb

%39.01
%14.46
%46.53

CMYK Percentages of Color #c549eb

%16
%69
%0
%8

Triadic Colors of #c549eb

#c549eb #ebc549 #49ebc5

Analogous Colors of #c549eb

#c549eb #eb49c0 #7449eb

Monochromatic Colors of #c549eb

#c549eb

Complementary Color

#c549eb #6feb49

#c549eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c549eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c549eb Color CSS Codes

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

#c549eb Text Font Color

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

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


#c549eb Background Color

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

This div background color is #c549eb


#c549eb Border Color

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

This div border color is #c549eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,73,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 #c549eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c549eb


Comments

No comments written yet.

Please login to write comment.