Color Hex Logo

#c550de Color Hex

#C550DE
(197,80,222)
0 Favorites   0 Comments

Color spaces of #c550de

RGB 19780222
HSL0.800.680.59
HSV289°64°87°
CMYK 0.110.640.00   0.13
XYZ39.079422.881671.4641
Yxy22.88160.29290.1715
Hunter Lab47.834762.1179-55.0938
CIE-Lab54.950265.9778-51.4813

#c550de color RGB value is (197,80,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010000 11011110
Octal 305 120 336
Decimal 197 80 222
Hex C5 50 DE

RGB Percentages of Color #c550de

%39.48
%16.03
%44.49

CMYK Percentages of Color #c550de

%11
%64
%0
%13

Triadic Colors of #c550de

#c550de #dec550 #50dec5

Analogous Colors of #c550de

#c550de #de50b0 #7e50de

Monochromatic Colors of #c550de

#c550de

Complementary Color

#c550de #69de50

#c550de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c550de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c550de Color CSS Codes

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

#c550de Text Font Color

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

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


#c550de Background Color

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

This div background color is #c550de


#c550de Border Color

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

This div border color is #c550de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c550de


Comments

No comments written yet.

Please login to write comment.