Color Hex Logo

#c05bae Color Hex

#C05BAE
(192,91,174)
0 Favorites   0 Comments

Color spaces of #c05bae

RGB 19291174
HSL0.860.440.55
HSV311°53°75°
CMYK 0.000.530.09   0.25
XYZ33.119321.744642.4960
Yxy21.74460.34020.2233
Hunter Lab46.631145.1735-21.3906
CIE-Lab53.755051.1767-25.8920

#c05bae color RGB value is (192,91,174).

#c05bae hex color red value is 192, green value is 91 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c05bae hue: 0.86 , saturation: 0.44 and the lightness value of c05bae is 0.55.

The process color (four color CMYK) of #c05bae color hex is 0.00, 0.53, 0.09, 0.25. Web safe color of #c05bae is #cc6699. Color #c05bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011011 10101110
Octal 300 133 256
Decimal 192 91 174
Hex C0 5B AE

RGB Percentages of Color #c05bae

%42.01
%19.91
%38.07

CMYK Percentages of Color #c05bae

%0
%53
%9
%25

Triadic Colors of #c05bae

#c05bae #aec05b #5baec0

Analogous Colors of #c05bae

#c05bae #c05b7c #a05bc0

Monochromatic Colors of #c05bae

#c05bae

Complementary Color

#c05bae #5bc06d

#c05bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05bae Color CSS Codes

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

#c05bae Text Font Color

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

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


#c05bae Background Color

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

This div background color is #c05bae


#c05bae Border Color

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

This div border color is #c05bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c05bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05bae


Comments

No comments written yet.

Please login to write comment.