Color Hex Logo

#c45688 Color Hex

#C45688
(196,86,136)
0 Favorites   0 Comments

Color spaces of #c45688

RGB 19686136
HSL0.920.480.55
HSV333°56°77°
CMYK 0.000.560.31   0.23
XYZ30.536720.168925.5761
Yxy20.16890.40030.2644
Hunter Lab44.909842.7801-2.3288
CIE-Lab52.027649.2280-6.1127

#c45688 color RGB value is (196,86,136).

#c45688 hex color red value is 196, green value is 86 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #c45688 hue: 0.92 , saturation: 0.48 and the lightness value of c45688 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010110 10001000
Octal 304 126 210
Decimal 196 86 136
Hex C4 56 88

RGB Percentages of Color #c45688

%46.89
%20.57
%32.54

CMYK Percentages of Color #c45688

%0
%56
%31
%23

Triadic Colors of #c45688

#c45688 #88c456 #5688c4

Analogous Colors of #c45688

#c45688 #c45b56 #c456bf

Monochromatic Colors of #c45688

#c45688

Complementary Color

#c45688 #56c492

#c45688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45688 Color CSS Codes

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

#c45688 Text Font Color

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

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


#c45688 Background Color

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

This div background color is #c45688


#c45688 Border Color

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

This div border color is #c45688


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,86,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c45688; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c45688;
  -webkit-box-shadow: 1px 1px 3px 2px #c45688;
  box-shadow:         1px 1px 3px 2px #c45688; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,86,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45688


Comments

No comments written yet.

Please login to write comment.