Color Hex Logo

#c955fd Color Hex

#C955FD
(201,85,253)
0 Favorites   0 Comments

Color spaces of #c955fd

RGB 20185253
HSL0.780.980.66
HSV281°66°99°
CMYK 0.210.660.00   0.01
XYZ45.065526.006495.5730
Yxy26.00640.27040.1561
Hunter Lab50.996568.4963-75.4185
CIE-Lab58.043170.7355-63.8334

#c955fd color RGB value is (201,85,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010101 11111101
Octal 311 125 375
Decimal 201 85 253
Hex C9 55 FD

RGB Percentages of Color #c955fd

%37.29
%15.77
%46.94

CMYK Percentages of Color #c955fd

%21
%66
%0
%1

Triadic Colors of #c955fd

#c955fd #fdc955 #55fdc9

Analogous Colors of #c955fd

#c955fd #fd55dd #7555fd

Monochromatic Colors of #c955fd

#c955fd

Complementary Color

#c955fd #89fd55

#c955fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c955fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c955fd Color CSS Codes

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

#c955fd Text Font Color

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

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


#c955fd Background Color

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

This div background color is #c955fd


#c955fd Border Color

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

This div border color is #c955fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,85,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c955fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c955fd


Comments

No comments written yet.

Please login to write comment.