Color Hex Logo

#c45ebd Color Hex

#C45EBD
(196,94,189)
0 Favorites   0 Comments

Color spaces of #c45ebd

RGB 19694189
HSL0.840.460.57
HSV304°52°77°
CMYK 0.000.520.04   0.23
XYZ35.953023.415350.7688
Yxy23.41530.32640.2126
Hunter Lab48.389447.9430-28.3329
CIE-Lab55.497653.4268-31.8154

#c45ebd color RGB value is (196,94,189).

#c45ebd hex color red value is 196, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c45ebd hue: 0.84 , saturation: 0.46 and the lightness value of c45ebd is 0.57.

The process color (four color CMYK) of #c45ebd color hex is 0.00, 0.52, 0.04, 0.23. Web safe color of #c45ebd is #cc66cc. Color #c45ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011110 10111101
Octal 304 136 275
Decimal 196 94 189
Hex C4 5E BD

RGB Percentages of Color #c45ebd

%40.92
%19.62
%39.46

CMYK Percentages of Color #c45ebd

%0
%52
%4
%23

Triadic Colors of #c45ebd

#c45ebd #bdc45e #5ebdc4

Analogous Colors of #c45ebd

#c45ebd #c45e8a #985ec4

Monochromatic Colors of #c45ebd

#c45ebd

Complementary Color

#c45ebd #5ec465

#c45ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45ebd Color CSS Codes

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

#c45ebd Text Font Color

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

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


#c45ebd Background Color

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

This div background color is #c45ebd


#c45ebd Border Color

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

This div border color is #c45ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45ebd


Comments

No comments written yet.

Please login to write comment.