Color Hex Logo

#c256ea Color Hex

#C256EA
(194,86,234)
0 Favorites   0 Comments

Color spaces of #c256ea

RGB 19486234
HSL0.790.780.63
HSV284°63°92°
CMYK 0.170.630.00   0.08
XYZ40.427224.065480.3562
Yxy24.06540.27910.1661
Hunter Lab49.056561.2520-62.7795
CIE-Lab56.153265.0184-56.3360

#c256ea color RGB value is (194,86,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010110 11101010
Octal 302 126 352
Decimal 194 86 234
Hex C2 56 EA

RGB Percentages of Color #c256ea

%37.74
%16.73
%45.53

CMYK Percentages of Color #c256ea

%17
%63
%0
%8

Triadic Colors of #c256ea

#c256ea #eac256 #56eac2

Analogous Colors of #c256ea

#c256ea #ea56c8 #7856ea

Monochromatic Colors of #c256ea

#c256ea

Complementary Color

#c256ea #7eea56

#c256ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c256ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c256ea Color CSS Codes

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

#c256ea Text Font Color

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

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


#c256ea Background Color

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

This div background color is #c256ea


#c256ea Border Color

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

This div border color is #c256ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c256ea


Comments

No comments written yet.

Please login to write comment.