Color Hex Logo

#c155fb Color Hex

#C155FB
(193,85,251)
0 Favorites   0 Comments

Color spaces of #c155fb

RGB 19385251
HSL0.780.950.66
HSV279°66°98°
CMYK 0.230.660.00   0.02
XYZ42.653424.799593.8055
Yxy24.79950.26450.1538
Hunter Lab49.799165.7385-76.8239
CIE-Lab56.879568.6668-64.6517

#c155fb color RGB value is (193,85,251).

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

The process color (four color CMYK) of #c155fb color hex is 0.23, 0.66, 0.00, 0.02. Web safe color of #c155fb is #cc66ff. Color #c155fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010101 11111011
Octal 301 125 373
Decimal 193 85 251
Hex C1 55 FB

RGB Percentages of Color #c155fb

%36.48
%16.07
%47.45

CMYK Percentages of Color #c155fb

%23
%66
%0
%2

Triadic Colors of #c155fb

#c155fb #fbc155 #55fbc1

Analogous Colors of #c155fb

#c155fb #fb55e2 #6e55fb

Monochromatic Colors of #c155fb

#c155fb

Complementary Color

#c155fb #8ffb55

#c155fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c155fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c155fb Color CSS Codes

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

#c155fb Text Font Color

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

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


#c155fb Background Color

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

This div background color is #c155fb


#c155fb Border Color

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

This div border color is #c155fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c155fb


Comments

No comments written yet.

Please login to write comment.