Color Hex Logo

#c45865 Color Hex

#C45865
(196,88,101)
0 Favorites   0 Comments

Color spaces of #c45865

RGB 19688101
HSL0.980.480.56
HSV353°55°77°
CMYK 0.000.550.48   0.23
XYZ28.603619.654814.5981
Yxy19.65480.45510.3127
Hunter Lab44.333737.582011.5108
CIE-Lab51.444744.356613.9211

#c45865 color RGB value is (196,88,101).

#c45865 hex color red value is 196, green value is 88 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c45865 hue: 0.98 , saturation: 0.48 and the lightness value of c45865 is 0.56.

The process color (four color CMYK) of #c45865 color hex is 0.00, 0.55, 0.48, 0.23. Web safe color of #c45865 is #cc6666. Color #c45865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011000 01100101
Octal 304 130 145
Decimal 196 88 101
Hex C4 58 65

RGB Percentages of Color #c45865

%50.91
%22.86
%26.23

CMYK Percentages of Color #c45865

%0
%55
%48
%23

Triadic Colors of #c45865

#c45865 #65c458 #5865c4

Analogous Colors of #c45865

#c45865 #c48158 #c4589b

Monochromatic Colors of #c45865

#c45865

Complementary Color

#c45865 #58c4b7

#c45865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45865 Color CSS Codes

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

#c45865 Text Font Color

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

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


#c45865 Background Color

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

This div background color is #c45865


#c45865 Border Color

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

This div border color is #c45865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45865


Comments

No comments written yet.

Please login to write comment.