Color Hex Logo

#c580ff Color Hex

#C580FF
(197,128,255)
0 Favorites   0 Comments

Color spaces of #c580ff

RGB 197128255
HSL0.761.000.75
HSV273°50°100°
CMYK 0.230.500.00   0.00
XYZ48.795134.528798.7007
Yxy34.52870.26810.1897
Hunter Lab58.761145.3940-58.4563
CIE-Lab65.380149.5825-53.2500

#c580ff color RGB value is (197,128,255).

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

The process color (four color CMYK) of #c580ff color hex is 0.23, 0.50, 0.00, 0.00. Web safe color of #c580ff is #cc99ff. Color #c580ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000000 11111111
Octal 305 200 377
Decimal 197 128 255
Hex C5 80 FF

RGB Percentages of Color #c580ff

%33.97
%22.07
%43.97

CMYK Percentages of Color #c580ff

%23
%50
%0
%0

Triadic Colors of #c580ff

#c580ff #ffc580 #80ffc5

Analogous Colors of #c580ff

#c580ff #ff80fa #8680ff

Monochromatic Colors of #c580ff

#c580ff

Complementary Color

#c580ff #baff80

#c580ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c580ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c580ff Color CSS Codes

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

#c580ff Text Font Color

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

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


#c580ff Background Color

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

This div background color is #c580ff


#c580ff Border Color

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

This div border color is #c580ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c580ff

Related Colors


Comments

No comments written yet.

Please login to write comment.