Color Hex Logo

#c155ff Color Hex

#C155FF
(193,85,255)
1 Favorites   0 Comments

Color spaces of #c155ff

RGB 19385255
HSL0.771.000.67
HSV278°67°100°
CMYK 0.240.670.00   0.00
XYZ43.290825.054597.1621
Yxy25.05450.26160.1514
Hunter Lab50.054566.7847-80.0513
CIE-Lab57.128569.4912-66.4659

#c155ff color RGB value is (193,85,255).

#c155ff hex color red value is 193, green value is 85 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c155ff hue: 0.77 , saturation: 1.00 and the lightness value of c155ff is 0.67.

The process color (four color CMYK) of #c155ff color hex is 0.24, 0.67, 0.00, 0.00. Web safe color of #c155ff is #cc66ff. Color #c155ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010101 11111111
Octal 301 125 377
Decimal 193 85 255
Hex C1 55 FF

RGB Percentages of Color #c155ff

%36.21
%15.95
%47.84

CMYK Percentages of Color #c155ff

%24
%67
%0
%0

Triadic Colors of #c155ff

#c155ff #ffc155 #55ffc1

Analogous Colors of #c155ff

#c155ff #ff55e8 #6c55ff

Monochromatic Colors of #c155ff

#c155ff

Complementary Color

#c155ff #93ff55

#c155ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c155ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c155ff Color CSS Codes

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

#c155ff Text Font Color

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

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


#c155ff Background Color

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

This div background color is #c155ff


#c155ff Border Color

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

This div border color is #c155ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,85,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c155ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c155ff


Comments

No comments written yet.

Please login to write comment.