Color Hex Logo

#c954ff Color Hex

#C954FF
(201,84,255)
0 Favorites   0 Comments

Color spaces of #c954ff

RGB 20184255
HSL0.781.000.66
HSV281°67°100°
CMYK 0.210.670.00   0.00
XYZ45.307725.978297.2340
Yxy25.97820.26890.1542
Hunter Lab50.968869.4786-77.4303
CIE-Lab58.016471.5481-64.9825

#c954ff color RGB value is (201,84,255).

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

The process color (four color CMYK) of #c954ff color hex is 0.21, 0.67, 0.00, 0.00. Web safe color of #c954ff is #cc66ff. Color #c954ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010100 11111111
Octal 311 124 377
Decimal 201 84 255
Hex C9 54 FF

RGB Percentages of Color #c954ff

%37.22
%15.56
%47.22

CMYK Percentages of Color #c954ff

%21
%67
%0
%0

Triadic Colors of #c954ff

#c954ff #ffc954 #54ffc9

Analogous Colors of #c954ff

#c954ff #ff54e0 #7454ff

Monochromatic Colors of #c954ff

#c954ff

Complementary Color

#c954ff #8aff54

#c954ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c954ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c954ff Color CSS Codes

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

#c954ff Text Font Color

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

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


#c954ff Background Color

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

This div background color is #c954ff


#c954ff Border Color

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

This div border color is #c954ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c954ff


Comments

No comments written yet.

Please login to write comment.