Color Hex Logo

#c554de Color Hex

#C554DE
(197,84,222)
0 Favorites   0 Comments

Color spaces of #c554de

RGB 19784222
HSL0.800.680.60
HSV289°62°87°
CMYK 0.110.620.00   0.13
XYZ39.381123.484971.5647
Yxy23.48490.29290.1747
Hunter Lab48.461260.2475-53.6332
CIE-Lab55.568364.2677-50.4970

#c554de color RGB value is (197,84,222).

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

The process color (four color CMYK) of #c554de color hex is 0.11, 0.62, 0.00, 0.13. Web safe color of #c554de is #cc66cc. Color #c554de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010100 11011110
Octal 305 124 336
Decimal 197 84 222
Hex C5 54 DE

RGB Percentages of Color #c554de

%39.17
%16.70
%44.14

CMYK Percentages of Color #c554de

%11
%62
%0
%13

Triadic Colors of #c554de

#c554de #dec554 #54dec5

Analogous Colors of #c554de

#c554de #de54b2 #8054de

Monochromatic Colors of #c554de

#c554de

Complementary Color

#c554de #6dde54

#c554de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c554de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c554de Color CSS Codes

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

#c554de Text Font Color

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

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


#c554de Background Color

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

This div background color is #c554de


#c554de Border Color

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

This div border color is #c554de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c554de


Comments

No comments written yet.

Please login to write comment.