Color Hex Logo

#c55b82 Color Hex

#C55B82
(197,91,130)
0 Favorites   0 Comments

Color spaces of #c55b82

RGB 19791130
HSL0.940.480.56
HSV338°54°77°
CMYK 0.000.540.34   0.23
XYZ30.796320.964223.5424
Yxy20.96420.40900.2784
Hunter Lab45.786739.93311.5652
CIE-Lab52.910346.3911-1.2294

#c55b82 color RGB value is (197,91,130).

#c55b82 hex color red value is 197, green value is 91 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c55b82 hue: 0.94 , saturation: 0.48 and the lightness value of c55b82 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011011 10000010
Octal 305 133 202
Decimal 197 91 130
Hex C5 5B 82

RGB Percentages of Color #c55b82

%47.13
%21.77
%31.10

CMYK Percentages of Color #c55b82

%0
%54
%34
%23

Triadic Colors of #c55b82

#c55b82 #82c55b #5b82c5

Analogous Colors of #c55b82

#c55b82 #c5695b #c55bb7

Monochromatic Colors of #c55b82

#c55b82

Complementary Color

#c55b82 #5bc59e

#c55b82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55b82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55b82 Color CSS Codes

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

#c55b82 Text Font Color

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

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


#c55b82 Background Color

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

This div background color is #c55b82


#c55b82 Border Color

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

This div border color is #c55b82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55b82


Comments

No comments written yet.

Please login to write comment.