Color Hex Logo

#c090bc Color Hex

#C090BC
(192,144,188)
0 Favorites   0 Comments

Color spaces of #c090bc

RGB 192144188
HSL0.850.280.66
HSV305°25°75°
CMYK 0.000.250.02   0.25
XYZ40.788634.783852.1411
Yxy34.78380.31940.2724
Hunter Lab58.977820.2381-11.1327
CIE-Lab65.580025.5029-15.8169

#c090bc color RGB value is (192,144,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 10111100
Octal 300 220 274
Decimal 192 144 188
Hex C0 90 BC

RGB Percentages of Color #c090bc

%36.64
%27.48
%35.88

CMYK Percentages of Color #c090bc

%0
%25
%2
%25

Triadic Colors of #c090bc

#c090bc #bcc090 #90bcc0

Analogous Colors of #c090bc

#c090bc #c090a4 #ac90c0

Monochromatic Colors of #c090bc

#c090bc

Complementary Color

#c090bc #90c094

#c090bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090bc Color CSS Codes

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

#c090bc Text Font Color

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

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


#c090bc Background Color

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

This div background color is #c090bc


#c090bc Border Color

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

This div border color is #c090bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090bc


Comments

No comments written yet.

Please login to write comment.