Color Hex Logo

#c254eb Color Hex

#C254EB
(194,84,235)
0 Favorites   0 Comments

Color spaces of #c254eb

RGB 19484235
HSL0.790.790.63
HSV284°64°92°
CMYK 0.170.640.00   0.08
XYZ40.413923.808181.0626
Yxy23.80810.27820.1639
Hunter Lab48.793562.4563-64.3453
CIE-Lab55.895166.0895-57.3090

#c254eb color RGB value is (194,84,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010100 11101011
Octal 302 124 353
Decimal 194 84 235
Hex C2 54 EB

RGB Percentages of Color #c254eb

%37.82
%16.37
%45.81

CMYK Percentages of Color #c254eb

%17
%64
%0
%8

Triadic Colors of #c254eb

#c254eb #ebc254 #54ebc2

Analogous Colors of #c254eb

#c254eb #eb54c9 #7754eb

Monochromatic Colors of #c254eb

#c254eb

Complementary Color

#c254eb #7deb54

#c254eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c254eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c254eb Color CSS Codes

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

#c254eb Text Font Color

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

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


#c254eb Background Color

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

This div background color is #c254eb


#c254eb Border Color

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

This div border color is #c254eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c254eb


Comments

No comments written yet.

Please login to write comment.