Color Hex Logo

#c255eb Color Hex

#C255EB
(194,85,235)
0 Favorites   0 Comments

Color spaces of #c255eb

RGB 19485235
HSL0.790.790.63
HSV284°64°92°
CMYK 0.170.640.00   0.08
XYZ40.492023.964581.0887
Yxy23.96450.27820.1647
Hunter Lab48.953561.9778-63.9429
CIE-Lab56.052265.6544-57.0577

#c255eb color RGB value is (194,85,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010101 11101011
Octal 302 125 353
Decimal 194 85 235
Hex C2 55 EB

RGB Percentages of Color #c255eb

%37.74
%16.54
%45.72

CMYK Percentages of Color #c255eb

%17
%64
%0
%8

Triadic Colors of #c255eb

#c255eb #ebc255 #55ebc2

Analogous Colors of #c255eb

#c255eb #eb55c9 #7755eb

Monochromatic Colors of #c255eb

#c255eb

Complementary Color

#c255eb #7eeb55

#c255eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c255eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c255eb Color CSS Codes

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

#c255eb Text Font Color

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

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


#c255eb Background Color

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

This div background color is #c255eb


#c255eb Border Color

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

This div border color is #c255eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c255eb


Comments

No comments written yet.

Please login to write comment.