Color Hex Logo

#c480ff Color Hex

#C480FF
(196,128,255)
0 Favorites   0 Comments

Color spaces of #c480ff

RGB 196128255
HSL0.761.000.75
HSV272°50°100°
CMYK 0.230.500.00   0.00
XYZ48.534134.394198.6884
Yxy34.39410.26720.1894
Hunter Lab58.646545.0900-58.7188
CIE-Lab65.274249.3238-53.4245

#c480ff color RGB value is (196,128,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000000 11111111
Octal 304 200 377
Decimal 196 128 255
Hex C4 80 FF

RGB Percentages of Color #c480ff

%33.85
%22.11
%44.04

CMYK Percentages of Color #c480ff

%23
%50
%0
%0

Triadic Colors of #c480ff

#c480ff #ffc480 #80ffc4

Analogous Colors of #c480ff

#c480ff #ff80fb #8580ff

Monochromatic Colors of #c480ff

#c480ff

Complementary Color

#c480ff #bbff80

#c480ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c480ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c480ff Color CSS Codes

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

#c480ff Text Font Color

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

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


#c480ff Background Color

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

This div background color is #c480ff


#c480ff Border Color

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

This div border color is #c480ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c480ff

Related Colors


Comments

No comments written yet.

Please login to write comment.