Color Hex Logo

#c954df Color Hex

#C954DF
(201,84,223)
0 Favorites   0 Comments

Color spaces of #c954df

RGB 20184223
HSL0.810.680.60
HSV291°62°87°
CMYK 0.100.620.00   0.13
XYZ40.577024.085972.3224
Yxy24.08590.29620.1758
Hunter Lab49.077461.6977-53.0179
CIE-Lab56.173765.3939-50.0648

#c954df color RGB value is (201,84,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010100 11011111
Octal 311 124 337
Decimal 201 84 223
Hex C9 54 DF

RGB Percentages of Color #c954df

%39.57
%16.54
%43.90

CMYK Percentages of Color #c954df

%10
%62
%0
%13

Triadic Colors of #c954df

#c954df #dfc954 #54dfc9

Analogous Colors of #c954df

#c954df #df54b0 #8454df

Monochromatic Colors of #c954df

#c954df

Complementary Color

#c954df #6adf54

#c954df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c954df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c954df Color CSS Codes

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

#c954df Text Font Color

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

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


#c954df Background Color

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

This div background color is #c954df


#c954df Border Color

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

This div border color is #c954df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c954df


Comments

No comments written yet.

Please login to write comment.