Color Hex Logo

#c155fd Color Hex

#C155FD
(193,85,253)
0 Favorites   0 Comments

Color spaces of #c155fd

RGB 19385253
HSL0.770.980.66
HSV279°66°99°
CMYK 0.240.660.00   0.01
XYZ42.970424.926395.4750
Yxy24.92630.26300.1526
Hunter Lab49.926266.2600-78.4331
CIE-Lab57.003569.0783-65.5603

#c155fd color RGB value is (193,85,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010101 11111101
Octal 301 125 375
Decimal 193 85 253
Hex C1 55 FD

RGB Percentages of Color #c155fd

%36.35
%16.01
%47.65

CMYK Percentages of Color #c155fd

%24
%66
%0
%1

Triadic Colors of #c155fd

#c155fd #fdc155 #55fdc1

Analogous Colors of #c155fd

#c155fd #fd55e5 #6d55fd

Monochromatic Colors of #c155fd

#c155fd

Complementary Color

#c155fd #91fd55

#c155fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c155fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c155fd Color CSS Codes

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

#c155fd Text Font Color

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

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


#c155fd Background Color

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

This div background color is #c155fd


#c155fd Border Color

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

This div border color is #c155fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c155fd


Comments

No comments written yet.

Please login to write comment.