Color Hex Logo

#c255ea Color Hex

#C255EA
(194,85,234)
0 Favorites   0 Comments

Color spaces of #c255ea

RGB 19485234
HSL0.790.780.63
HSV284°64°92°
CMYK 0.170.640.00   0.08
XYZ40.347923.906880.3298
Yxy23.90680.27910.1653
Hunter Lab48.894661.7330-63.1824
CIE-Lab55.994465.4570-56.5901

#c255ea color RGB value is (194,85,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010101 11101010
Octal 302 125 352
Decimal 194 85 234
Hex C2 55 EA

RGB Percentages of Color #c255ea

%37.82
%16.57
%45.61

CMYK Percentages of Color #c255ea

%17
%64
%0
%8

Triadic Colors of #c255ea

#c255ea #eac255 #55eac2

Analogous Colors of #c255ea

#c255ea #ea55c8 #7855ea

Monochromatic Colors of #c255ea

#c255ea

Complementary Color

#c255ea #7dea55

#c255ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c255ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c255ea Color CSS Codes

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

#c255ea Text Font Color

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

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


#c255ea Background Color

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

This div background color is #c255ea


#c255ea Border Color

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

This div border color is #c255ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c255ea


Comments

No comments written yet.

Please login to write comment.