Color Hex Logo

#c55ffc Color Hex

#C55FFC
(197,95,252)
0 Favorites   0 Comments

Color spaces of #c55ffc

RGB 19795252
HSL0.770.960.68
HSV279°62°99°
CMYK 0.220.620.00   0.01
XYZ44.688927.083094.9676
Yxy27.08300.26800.1624
Hunter Lab52.041362.2091-71.7664
CIE-Lab59.051165.3018-61.6903

#c55ffc color RGB value is (197,95,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011111 11111100
Octal 305 137 374
Decimal 197 95 252
Hex C5 5F FC

RGB Percentages of Color #c55ffc

%36.21
%17.46
%46.32

CMYK Percentages of Color #c55ffc

%22
%62
%0
%1

Triadic Colors of #c55ffc

#c55ffc #fcc55f #5ffcc5

Analogous Colors of #c55ffc

#c55ffc #fc5fe5 #775ffc

Monochromatic Colors of #c55ffc

#c55ffc

Complementary Color

#c55ffc #96fc5f

#c55ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55ffc Color CSS Codes

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

#c55ffc Text Font Color

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

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


#c55ffc Background Color

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

This div background color is #c55ffc


#c55ffc Border Color

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

This div border color is #c55ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,95,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55ffc


Comments

No comments written yet.

Please login to write comment.