Color Hex Logo

#c45386 Color Hex

#C45386
(196,83,134)
0 Favorites   0 Comments

Color spaces of #c45386

RGB 19683134
HSL0.920.490.55
HSV333°58°77°
CMYK 0.000.580.32   0.23
XYZ30.161319.643524.7562
Yxy19.64350.40450.2635
Hunter Lab44.321043.9110-2.0927
CIE-Lab51.431750.3875-5.8072

#c45386 color RGB value is (196,83,134).

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

The process color (four color CMYK) of #c45386 color hex is 0.00, 0.58, 0.32, 0.23. Web safe color of #c45386 is #cc6699. Color #c45386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010011 10000110
Octal 304 123 206
Decimal 196 83 134
Hex C4 53 86

RGB Percentages of Color #c45386

%47.46
%20.10
%32.45

CMYK Percentages of Color #c45386

%0
%58
%32
%23

Triadic Colors of #c45386

#c45386 #86c453 #5386c4

Analogous Colors of #c45386

#c45386 #c45953 #c453bf

Monochromatic Colors of #c45386

#c45386

Complementary Color

#c45386 #53c491

#c45386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45386 Color CSS Codes

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

#c45386 Text Font Color

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

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


#c45386 Background Color

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

This div background color is #c45386


#c45386 Border Color

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

This div border color is #c45386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45386


Comments

No comments written yet.

Please login to write comment.