Color Hex Logo

#c254ea Color Hex

#C254EA
(194,84,234)
0 Favorites   0 Comments

Color spaces of #c254ea

RGB 19484234
HSL0.790.780.62
HSV284°64°92°
CMYK 0.170.640.00   0.08
XYZ40.269723.750580.3038
Yxy23.75050.27900.1646
Hunter Lab48.734562.2106-63.5828
CIE-Lab55.837165.8919-56.8417

#c254ea color RGB value is (194,84,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010100 11101010
Octal 302 124 352
Decimal 194 84 234
Hex C2 54 EA

RGB Percentages of Color #c254ea

%37.89
%16.41
%45.70

CMYK Percentages of Color #c254ea

%17
%64
%0
%8

Triadic Colors of #c254ea

#c254ea #eac254 #54eac2

Analogous Colors of #c254ea

#c254ea #ea54c7 #7754ea

Monochromatic Colors of #c254ea

#c254ea

Complementary Color

#c254ea #7cea54

#c254ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c254ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c254ea Color CSS Codes

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

#c254ea Text Font Color

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

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


#c254ea Background Color

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

This div background color is #c254ea


#c254ea Border Color

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

This div border color is #c254ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c254ea


Comments

No comments written yet.

Please login to write comment.