Color Hex Logo

#c955df Color Hex

#C955DF
(201,85,223)
0 Favorites   0 Comments

Color spaces of #c955df

RGB 20185223
HSL0.810.680.60
HSV290°62°87°
CMYK 0.100.620.00   0.13
XYZ40.655224.242272.3485
Yxy24.24220.29620.1766
Hunter Lab49.236461.2265-52.6560
CIE-Lab56.329564.9642-49.8172

#c955df color RGB value is (201,85,223).

#c955df hex color red value is 201, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c955df hue: 0.81 , saturation: 0.68 and the lightness value of c955df is 0.60.

The process color (four color CMYK) of #c955df color hex is 0.10, 0.62, 0.00, 0.13. Web safe color of #c955df is #cc66cc. Color #c955df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010101 11011111
Octal 311 125 337
Decimal 201 85 223
Hex C9 55 DF

RGB Percentages of Color #c955df

%39.49
%16.70
%43.81

CMYK Percentages of Color #c955df

%10
%62
%0
%13

Triadic Colors of #c955df

#c955df #dfc955 #55dfc9

Analogous Colors of #c955df

#c955df #df55b0 #8455df

Monochromatic Colors of #c955df

#c955df

Complementary Color

#c955df #6bdf55

#c955df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c955df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c955df Color CSS Codes

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

#c955df Text Font Color

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

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


#c955df Background Color

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

This div background color is #c955df


#c955df Border Color

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

This div border color is #c955df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c955df

#c955df Color Palettes


Comments

No comments written yet.

Please login to write comment.