Color Hex Logo

#c549de Color Hex

#C549DE
(197,73,222)
0 Favorites   0 Comments

Color spaces of #c549de

RGB 19773222
HSL0.810.690.58
HSV290°67°87°
CMYK 0.110.670.00   0.13
XYZ38.593321.909371.3021
Yxy21.90930.29280.1662
Hunter Lab46.807465.2627-57.5518
CIE-Lab53.930668.8244-53.1076

#c549de color RGB value is (197,73,222).

#c549de hex color red value is 197, green value is 73 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c549de hue: 0.81 , saturation: 0.69 and the lightness value of c549de is 0.58.

The process color (four color CMYK) of #c549de color hex is 0.11, 0.67, 0.00, 0.13. Web safe color of #c549de is #cc33cc. Color #c549de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001001 11011110
Octal 305 111 336
Decimal 197 73 222
Hex C5 49 DE

RGB Percentages of Color #c549de

%40.04
%14.84
%45.12

CMYK Percentages of Color #c549de

%11
%67
%0
%13

Triadic Colors of #c549de

#c549de #dec549 #49dec5

Analogous Colors of #c549de

#c549de #de49ad #7b49de

Monochromatic Colors of #c549de

#c549de

Complementary Color

#c549de #62de49

#c549de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c549de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c549de Color CSS Codes

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

#c549de Text Font Color

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

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


#c549de Background Color

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

This div background color is #c549de


#c549de Border Color

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

This div border color is #c549de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c549de


Comments

No comments written yet.

Please login to write comment.