Color Hex Logo

#c90bae Color Hex

#C90BAE
(201,11,174)
0 Favorites   0 Comments

Color spaces of #c90bae

RGB 20111174
HSL0.860.900.42
HSV309°95°79°
CMYK 0.000.950.13   0.21
XYZ31.847015.712841.3988
Yxy15.71280.35800.1766
Hunter Lab39.639474.0413-34.1741
CIE-Lab46.595477.4724-36.9671

#c90bae color RGB value is (201,11,174).

#c90bae hex color red value is 201, green value is 11 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c90bae hue: 0.86 , saturation: 0.90 and the lightness value of c90bae is 0.42.

The process color (four color CMYK) of #c90bae color hex is 0.00, 0.95, 0.13, 0.21. Web safe color of #c90bae is #cc0099. Color #c90bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001011 10101110
Octal 311 13 256
Decimal 201 11 174
Hex C9 B AE

RGB Percentages of Color #c90bae

%52.07
%2.85
%45.08

CMYK Percentages of Color #c90bae

%0
%95
%13
%21

Triadic Colors of #c90bae

#c90bae #aec90b #0baec9

Analogous Colors of #c90bae

#c90bae #c90b4f #850bc9

Monochromatic Colors of #c90bae

#c90bae

Complementary Color

#c90bae #0bc926

#c90bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90bae Color CSS Codes

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

#c90bae Text Font Color

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

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


#c90bae Background Color

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

This div background color is #c90bae


#c90bae Border Color

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

This div border color is #c90bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90bae


Comments

No comments written yet.

Please login to write comment.