Color Hex Logo

#c090bf Color Hex

#C090BF
(192,144,191)
0 Favorites   0 Comments

Color spaces of #c090bf

RGB 192144191
HSL0.840.280.66
HSV301°25°75°
CMYK 0.000.250.01   0.25
XYZ41.115534.914653.8624
Yxy34.91460.31650.2688
Hunter Lab59.088620.8003-12.6840
CIE-Lab65.682126.0675-17.3440

#c090bf color RGB value is (192,144,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 10111111
Octal 300 220 277
Decimal 192 144 191
Hex C0 90 BF

RGB Percentages of Color #c090bf

%36.43
%27.32
%36.24

CMYK Percentages of Color #c090bf

%0
%25
%1
%25

Triadic Colors of #c090bf

#c090bf #bfc090 #90bfc0

Analogous Colors of #c090bf

#c090bf #c090a7 #a990c0

Monochromatic Colors of #c090bf

#c090bf

Complementary Color

#c090bf #90c091

#c090bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090bf Color CSS Codes

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

#c090bf Text Font Color

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

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


#c090bf Background Color

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

This div background color is #c090bf


#c090bf Border Color

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

This div border color is #c090bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090bf


Comments

No comments written yet.

Please login to write comment.