Color Hex Logo

#c5669b Color Hex

#C5669B
(197,102,155)
0 Favorites   0 Comments

Color spaces of #c5669b

RGB 197102155
HSL0.910.450.59
HSV327°48°77°
CMYK 0.000.480.21   0.23
XYZ33.693723.739633.8167
Yxy23.73960.36920.2602
Hunter Lab48.723338.1726-7.0443
CIE-Lab55.826144.2717-11.6040

#c5669b color RGB value is (197,102,155).

#c5669b hex color red value is 197, green value is 102 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c5669b hue: 0.91 , saturation: 0.45 and the lightness value of c5669b is 0.59.

The process color (four color CMYK) of #c5669b color hex is 0.00, 0.48, 0.21, 0.23. Web safe color of #c5669b is #cc6699. Color #c5669b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100110 10011011
Octal 305 146 233
Decimal 197 102 155
Hex C5 66 9B

RGB Percentages of Color #c5669b

%43.39
%22.47
%34.14

CMYK Percentages of Color #c5669b

%0
%48
%21
%23

Triadic Colors of #c5669b

#c5669b #9bc566 #669bc5

Analogous Colors of #c5669b

#c5669b #c5666c #c066c5

Monochromatic Colors of #c5669b

#c5669b

Complementary Color

#c5669b #66c590

#c5669b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5669b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5669b Color CSS Codes

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

#c5669b Text Font Color

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

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


#c5669b Background Color

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

This div background color is #c5669b


#c5669b Border Color

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

This div border color is #c5669b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5669b


Comments

No comments written yet.

Please login to write comment.