Color Hex Logo

#c08fbe Color Hex

#C08FBE
(192,143,190)
0 Favorites   0 Comments

Color spaces of #c08fbe

RGB 192143190
HSL0.840.280.66
HSV302°26°75°
CMYK 0.000.260.01   0.25
XYZ40.855034.569153.2344
Yxy34.56910.31750.2687
Hunter Lab58.795521.1415-12.5253
CIE-Lab65.411826.4324-17.1929

#c08fbe color RGB value is (192,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 10111110
Octal 300 217 276
Decimal 192 143 190
Hex C0 8F BE

RGB Percentages of Color #c08fbe

%36.57
%27.24
%36.19

CMYK Percentages of Color #c08fbe

%0
%26
%1
%25

Triadic Colors of #c08fbe

#c08fbe #bec08f #8fbec0

Analogous Colors of #c08fbe

#c08fbe #c08fa6 #aa8fc0

Monochromatic Colors of #c08fbe

#c08fbe

Complementary Color

#c08fbe #8fc091

#c08fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08fbe Color CSS Codes

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

#c08fbe Text Font Color

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

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


#c08fbe Background Color

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

This div background color is #c08fbe


#c08fbe Border Color

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

This div border color is #c08fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08fbe


Comments

No comments written yet.

Please login to write comment.