Color Hex Logo

#c55ffb Color Hex

#C55FFB
(197,95,251)
0 Favorites   0 Comments

Color spaces of #c55ffb

RGB 19795251
HSL0.780.950.68
HSV279°62°98°
CMYK 0.220.620.00   0.02
XYZ44.530827.019894.1351
Yxy27.01980.26880.1631
Hunter Lab51.980661.9517-70.9858
CIE-Lab58.992665.0945-61.2311

#c55ffb color RGB value is (197,95,251).

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

The process color (four color CMYK) of #c55ffb color hex is 0.22, 0.62, 0.00, 0.02. Web safe color of #c55ffb is #cc66ff. Color #c55ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011111 11111011
Octal 305 137 373
Decimal 197 95 251
Hex C5 5F FB

RGB Percentages of Color #c55ffb

%36.28
%17.50
%46.22

CMYK Percentages of Color #c55ffb

%22
%62
%0
%2

Triadic Colors of #c55ffb

#c55ffb #fbc55f #5ffbc5

Analogous Colors of #c55ffb

#c55ffb #fb5fe3 #775ffb

Monochromatic Colors of #c55ffb

#c55ffb

Complementary Color

#c55ffb #95fb5f

#c55ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55ffb Color CSS Codes

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

#c55ffb Text Font Color

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

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


#c55ffb Background Color

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

This div background color is #c55ffb


#c55ffb Border Color

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

This div border color is #c55ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55ffb


Comments

No comments written yet.

Please login to write comment.