Color Hex Logo

#c055a4 Color Hex

#C055A4
(192,85,164)
0 Favorites   0 Comments

Color spaces of #c055a4

RGB 19285164
HSL0.880.460.54
HSV316°56°75°
CMYK 0.000.560.15   0.25
XYZ31.687620.383837.3863
Yxy20.38380.35420.2279
Hunter Lab45.148446.2712-17.4927
CIE-Lab52.268452.4395-22.3451

#c055a4 color RGB value is (192,85,164).

#c055a4 hex color red value is 192, green value is 85 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #c055a4 hue: 0.88 , saturation: 0.46 and the lightness value of c055a4 is 0.54.

The process color (four color CMYK) of #c055a4 color hex is 0.00, 0.56, 0.15, 0.25. Web safe color of #c055a4 is #cc6699. Color #c055a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010101 10100100
Octal 300 125 244
Decimal 192 85 164
Hex C0 55 A4

RGB Percentages of Color #c055a4

%43.54
%19.27
%37.19

CMYK Percentages of Color #c055a4

%0
%56
%15
%25

Triadic Colors of #c055a4

#c055a4 #a4c055 #55a4c0

Analogous Colors of #c055a4

#c055a4 #c0556f #a755c0

Monochromatic Colors of #c055a4

#c055a4

Complementary Color

#c055a4 #55c071

#c055a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c055a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c055a4 Color CSS Codes

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

#c055a4 Text Font Color

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

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


#c055a4 Background Color

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

This div background color is #c055a4


#c055a4 Border Color

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

This div border color is #c055a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c055a4


Comments

No comments written yet.

Please login to write comment.