color codes Logo

#c954ea color codes

#C954EA
(201,84,234)
0 Favorites   0 Comments

Color spaces of #c954ea

RGB 20184234
HSL0.800.780.62
HSV287°64°92°
CMYK 0.140.640.00   0.08
XYZ42.109024.698780.3898
Yxy24.69870.28610.1678
Hunter Lab49.697864.2722-61.1175
CIE-Lab56.780767.4574-55.2794

#c954ea color RGB value is (201,84,234).

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

The process color (four color CMYK) of #c954ea color code is 0.14, 0.64, 0.00, 0.08. Web safe color of #c954ea is #cc66ff. Color #c954ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010100 11101010
Octal 311 124 352
Decimal 201 84 234
Hex C9 54 EA

RGB Percentages of Color #c954ea

%38.73
%16.18
%45.09

CMYK Percentages of Color #c954ea

%14
%64
%0
%8

Triadic Colors of #c954ea

#c954ea #eac954 #54eac9

Analogous Colors of #c954ea

#c954ea #ea54c0 #7e54ea

Monochromatic Colors of #c954ea

#c954ea

Complementary Color

#c954ea #75ea54

#c954ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c954ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c954ea Color CSS Codes

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

#c954ea Text Font Color

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

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


#c954ea Background Color

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

This div background color is #c954ea


#c954ea Border Color

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

This div border color is #c954ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c954ea


Comments

No comments written yet.

Please login to write comment.