Color Hex Logo

#c55783 Color Hex

#C55783
(197,87,131)
0 Favorites   0 Comments

Color spaces of #c55783

RGB 19787131
HSL0.930.490.56
HSV336°56°77°
CMYK 0.000.560.34   0.23
XYZ30.530920.325423.7868
Yxy20.32540.40900.2723
Hunter Lab45.083741.98460.2763
CIE-Lab52.203148.4499-2.8626

#c55783 color RGB value is (197,87,131).

#c55783 hex color red value is 197, green value is 87 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c55783 hue: 0.93 , saturation: 0.49 and the lightness value of c55783 is 0.56.

The process color (four color CMYK) of #c55783 color hex is 0.00, 0.56, 0.34, 0.23. Web safe color of #c55783 is #cc6699. Color #c55783 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010111 10000011
Octal 305 127 203
Decimal 197 87 131
Hex C5 57 83

RGB Percentages of Color #c55783

%47.47
%20.96
%31.57

CMYK Percentages of Color #c55783

%0
%56
%34
%23

Triadic Colors of #c55783

#c55783 #83c557 #5783c5

Analogous Colors of #c55783

#c55783 #c56257 #c557ba

Monochromatic Colors of #c55783

#c55783

Complementary Color

#c55783 #57c599

#c55783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55783 Color CSS Codes

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

#c55783 Text Font Color

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

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


#c55783 Background Color

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

This div background color is #c55783


#c55783 Border Color

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

This div border color is #c55783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55783


Comments

No comments written yet.

Please login to write comment.