Color Hex Logo

#c954eb Color Hex

#C954EB
(201,84,235)
0 Favorites   0 Comments

Color spaces of #c954eb

RGB 20184235
HSL0.800.790.63
HSV286°64°92°
CMYK 0.140.640.00   0.08
XYZ42.253124.756381.1487
Yxy24.75630.28520.1671
Hunter Lab49.755764.5117-61.8696
CIE-Lab56.837267.6480-55.7490

#c954eb color RGB value is (201,84,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010100 11101011
Octal 311 124 353
Decimal 201 84 235
Hex C9 54 EB

RGB Percentages of Color #c954eb

%38.65
%16.15
%45.19

CMYK Percentages of Color #c954eb

%14
%64
%0
%8

Triadic Colors of #c954eb

#c954eb #ebc954 #54ebc9

Analogous Colors of #c954eb

#c954eb #eb54c2 #7e54eb

Monochromatic Colors of #c954eb

#c954eb

Complementary Color

#c954eb #76eb54

#c954eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c954eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c954eb Color CSS Codes

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

#c954eb Text Font Color

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

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


#c954eb Background Color

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

This div background color is #c954eb


#c954eb Border Color

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

This div border color is #c954eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c954eb


Comments

No comments written yet.

Please login to write comment.