Color Hex Logo

#c45ebc Color Hex

#C45EBC
(196,94,188)
0 Favorites   0 Comments

Color spaces of #c45ebc

RGB 19694188
HSL0.850.460.57
HSV305°52°77°
CMYK 0.000.520.04   0.23
XYZ35.844823.372050.1990
Yxy23.37200.32760.2136
Hunter Lab48.344647.7447-27.7230
CIE-Lab55.453553.2538-31.3091

#c45ebc color RGB value is (196,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011110 10111100
Octal 304 136 274
Decimal 196 94 188
Hex C4 5E BC

RGB Percentages of Color #c45ebc

%41.00
%19.67
%39.33

CMYK Percentages of Color #c45ebc

%0
%52
%4
%23

Triadic Colors of #c45ebc

#c45ebc #bcc45e #5ebcc4

Analogous Colors of #c45ebc

#c45ebc #c45e89 #995ec4

Monochromatic Colors of #c45ebc

#c45ebc

Complementary Color

#c45ebc #5ec466

#c45ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45ebc Color CSS Codes

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

#c45ebc Text Font Color

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

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


#c45ebc Background Color

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

This div background color is #c45ebc


#c45ebc Border Color

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

This div border color is #c45ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45ebc


Comments

No comments written yet.

Please login to write comment.