Color Hex Logo

#c550ff Color Hex

#C550FF
(197,80,255)
0 Favorites   0 Comments

Color spaces of #c550ff

RGB 19780255
HSL0.781.000.66
HSV280°69°100°
CMYK 0.230.690.00   0.00
XYZ43.944624.827697.0838
Yxy24.82760.26500.1497
Hunter Lab49.827370.2282-80.6419
CIE-Lab56.907172.3726-66.7959

#c550ff color RGB value is (197,80,255).

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

The process color (four color CMYK) of #c550ff color hex is 0.23, 0.69, 0.00, 0.00. Web safe color of #c550ff is #cc66ff. Color #c550ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010000 11111111
Octal 305 120 377
Decimal 197 80 255
Hex C5 50 FF

RGB Percentages of Color #c550ff

%37.03
%15.04
%47.93

CMYK Percentages of Color #c550ff

%23
%69
%0
%0

Triadic Colors of #c550ff

#c550ff #ffc550 #50ffc5

Analogous Colors of #c550ff

#c550ff #ff50e2 #6e50ff

Monochromatic Colors of #c550ff

#c550ff

Complementary Color

#c550ff #8aff50

#c550ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c550ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c550ff Color CSS Codes

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

#c550ff Text Font Color

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

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


#c550ff Background Color

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

This div background color is #c550ff


#c550ff Border Color

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

This div border color is #c550ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c550ff


Comments

No comments written yet.

Please login to write comment.