Color Hex Logo

#c549ff Color Hex

#C549FF
(197,73,255)
0 Favorites   0 Comments

Color spaces of #c549ff

RGB 19773255
HSL0.781.000.64
HSV281°71°100°
CMYK 0.230.710.00   0.00
XYZ43.458523.855496.9218
Yxy23.85540.26460.1453
Hunter Lab48.842073.3518-83.4654
CIE-Lab55.942775.0983-68.3514

#c549ff color RGB value is (197,73,255).

#c549ff hex color red value is 197, green value is 73 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c549ff hue: 0.78 , saturation: 1.00 and the lightness value of c549ff is 0.64.

The process color (four color CMYK) of #c549ff color hex is 0.23, 0.71, 0.00, 0.00. Web safe color of #c549ff is #cc33ff. Color #c549ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001001 11111111
Octal 305 111 377
Decimal 197 73 255
Hex C5 49 FF

RGB Percentages of Color #c549ff

%37.52
%13.90
%48.57

CMYK Percentages of Color #c549ff

%23
%71
%0
%0

Triadic Colors of #c549ff

#c549ff #ffc549 #49ffc5

Analogous Colors of #c549ff

#c549ff #ff49de #6a49ff

Monochromatic Colors of #c549ff

#c549ff

Complementary Color

#c549ff #83ff49

#c549ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c549ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c549ff Color CSS Codes

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

#c549ff Text Font Color

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

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


#c549ff Background Color

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

This div background color is #c549ff


#c549ff Border Color

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

This div border color is #c549ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,73,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c549ff

Related Colors


Comments

No comments written yet.

Please login to write comment.