Color Hex Logo

#c584ff Color Hex

#C584FF
(197,132,255)
0 Favorites   0 Comments

Color spaces of #c584ff

RGB 197132255
HSL0.751.000.76
HSV272°48°100°
CMYK 0.230.480.00   0.00
XYZ49.327235.592898.8780
Yxy35.59280.26840.1937
Hunter Lab59.659743.1810-56.5035
CIE-Lab66.207647.4656-51.9391

#c584ff color RGB value is (197,132,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000100 11111111
Octal 305 204 377
Decimal 197 132 255
Hex C5 84 FF

RGB Percentages of Color #c584ff

%33.73
%22.60
%43.66

CMYK Percentages of Color #c584ff

%23
%48
%0
%0

Triadic Colors of #c584ff

#c584ff #ffc584 #84ffc5

Analogous Colors of #c584ff

#c584ff #ff84fc #8884ff

Monochromatic Colors of #c584ff

#c584ff

Complementary Color

#c584ff #beff84

#c584ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c584ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c584ff Color CSS Codes

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

#c584ff Text Font Color

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

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


#c584ff Background Color

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

This div background color is #c584ff


#c584ff Border Color

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

This div border color is #c584ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c584ff


Comments

No comments written yet.

Please login to write comment.