Color Hex Logo

#c090ba Color Hex

#C090BA
(192,144,186)
0 Favorites   0 Comments

Color spaces of #c090ba

RGB 192144186
HSL0.850.280.66
HSV308°25°75°
CMYK 0.000.250.03   0.25
XYZ40.574434.698251.0133
Yxy34.69820.32130.2748
Hunter Lab58.905219.8683-10.1129
CIE-Lab65.513025.1302-14.7960

#c090ba color RGB value is (192,144,186).

#c090ba hex color red value is 192, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c090ba hue: 0.85 , saturation: 0.28 and the lightness value of c090ba is 0.66.

The process color (four color CMYK) of #c090ba color hex is 0.00, 0.25, 0.03, 0.25. Web safe color of #c090ba is #cc99cc. Color #c090ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 10111010
Octal 300 220 272
Decimal 192 144 186
Hex C0 90 BA

RGB Percentages of Color #c090ba

%36.78
%27.59
%35.63

CMYK Percentages of Color #c090ba

%0
%25
%3
%25

Triadic Colors of #c090ba

#c090ba #bac090 #90bac0

Analogous Colors of #c090ba

#c090ba #c090a2 #ae90c0

Monochromatic Colors of #c090ba

#c090ba

Complementary Color

#c090ba #90c096

#c090ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090ba Color CSS Codes

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

#c090ba Text Font Color

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

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


#c090ba Background Color

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

This div background color is #c090ba


#c090ba Border Color

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

This div border color is #c090ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,144,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090ba


Comments

No comments written yet.

Please login to write comment.