Color Hex Logo

#c55fcc Color Hex

#C55FCC
(197,95,204)
0 Favorites   0 Comments

Color spaces of #c55fcc

RGB 19795204
HSL0.820.520.59
HSV296°53°80°
CMYK 0.030.530.00   0.20
XYZ38.017324.414459.8355
Yxy24.41440.31090.1997
Hunter Lab49.410950.8707-37.2112
CIE-Lab56.500355.8969-38.8179

#c55fcc color RGB value is (197,95,204).

#c55fcc hex color red value is 197, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c55fcc hue: 0.82 , saturation: 0.52 and the lightness value of c55fcc is 0.59.

The process color (four color CMYK) of #c55fcc color hex is 0.03, 0.53, 0.00, 0.20. Web safe color of #c55fcc is #cc66cc. Color #c55fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011111 11001100
Octal 305 137 314
Decimal 197 95 204
Hex C5 5F CC

RGB Percentages of Color #c55fcc

%39.72
%19.15
%41.13

CMYK Percentages of Color #c55fcc

%3
%53
%0
%20

Triadic Colors of #c55fcc

#c55fcc #ccc55f #5fccc5

Analogous Colors of #c55fcc

#c55fcc #cc5f9d #8f5fcc

Monochromatic Colors of #c55fcc

#c55fcc

Complementary Color

#c55fcc #66cc5f

#c55fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55fcc Color CSS Codes

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

#c55fcc Text Font Color

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

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


#c55fcc Background Color

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

This div background color is #c55fcc


#c55fcc Border Color

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

This div border color is #c55fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55fcc


Comments

No comments written yet.

Please login to write comment.