Color Hex Logo

#c55ccf Color Hex

#C55CCF
(197,92,207)
0 Favorites   0 Comments

Color spaces of #c55ccf

RGB 19792207
HSL0.820.550.59
HSV295°56°81°
CMYK 0.050.560.00   0.19
XYZ38.115624.029661.6607
Yxy24.02960.30790.1941
Hunter Lab49.020053.0081-40.2650
CIE-Lab56.117457.8646-41.1272

#c55ccf color RGB value is (197,92,207).

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

The process color (four color CMYK) of #c55ccf color hex is 0.05, 0.56, 0.00, 0.19. Web safe color of #c55ccf is #cc66cc. Color #c55ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011100 11001111
Octal 305 134 317
Decimal 197 92 207
Hex C5 5C CF

RGB Percentages of Color #c55ccf

%39.72
%18.55
%41.73

CMYK Percentages of Color #c55ccf

%5
%56
%0
%19

Triadic Colors of #c55ccf

#c55ccf #cfc55c #5ccfc5

Analogous Colors of #c55ccf

#c55ccf #cf5ca0 #8c5ccf

Monochromatic Colors of #c55ccf

#c55ccf

Complementary Color

#c55ccf #66cf5c

#c55ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55ccf Color CSS Codes

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

#c55ccf Text Font Color

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

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


#c55ccf Background Color

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

This div background color is #c55ccf


#c55ccf Border Color

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

This div border color is #c55ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55ccf


Comments

No comments written yet.

Please login to write comment.