Color Hex Logo

#c45bae Color Hex

#C45BAE
(196,91,174)
0 Favorites   0 Comments

Color spaces of #c45bae

RGB 19691174
HSL0.870.470.56
HSV313°54°77°
CMYK 0.000.540.11   0.23
XYZ34.146022.273942.5440
Yxy22.27390.34500.2251
Hunter Lab47.195246.5540-20.4101
CIE-Lab54.316452.3554-24.9789

#c45bae color RGB value is (196,91,174).

#c45bae hex color red value is 196, green value is 91 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c45bae hue: 0.87 , saturation: 0.47 and the lightness value of c45bae is 0.56.

The process color (four color CMYK) of #c45bae color hex is 0.00, 0.54, 0.11, 0.23. Web safe color of #c45bae is #cc6699. Color #c45bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011011 10101110
Octal 304 133 256
Decimal 196 91 174
Hex C4 5B AE

RGB Percentages of Color #c45bae

%42.52
%19.74
%37.74

CMYK Percentages of Color #c45bae

%0
%54
%11
%23

Triadic Colors of #c45bae

#c45bae #aec45b #5baec4

Analogous Colors of #c45bae

#c45bae #c45b7a #a65bc4

Monochromatic Colors of #c45bae

#c45bae

Complementary Color

#c45bae #5bc471

#c45bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45bae Color CSS Codes

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

#c45bae Text Font Color

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

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


#c45bae Background Color

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

This div background color is #c45bae


#c45bae Border Color

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

This div border color is #c45bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45bae


Comments

No comments written yet.

Please login to write comment.