Color Hex Logo

#c098bd Color Hex

#C098BD
(192,152,189)
0 Favorites   0 Comments

Color spaces of #c098bd

RGB 192152189
HSL0.850.240.67
HSV305°21°75°
CMYK 0.000.210.02   0.25
XYZ42.151837.337153.1292
Yxy37.33710.31780.2815
Hunter Lab61.104116.2036-8.7790
CIE-Lab67.529221.2567-13.4384

#c098bd color RGB value is (192,152,189).

#c098bd hex color red value is 192, green value is 152 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c098bd hue: 0.85 , saturation: 0.24 and the lightness value of c098bd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 10111101
Octal 300 230 275
Decimal 192 152 189
Hex C0 98 BD

RGB Percentages of Color #c098bd

%36.02
%28.52
%35.46

CMYK Percentages of Color #c098bd

%0
%21
%2
%25

Triadic Colors of #c098bd

#c098bd #bdc098 #98bdc0

Analogous Colors of #c098bd

#c098bd #c098a9 #af98c0

Monochromatic Colors of #c098bd

#c098bd

Complementary Color

#c098bd #98c09b

#c098bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c098bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c098bd Color CSS Codes

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

#c098bd Text Font Color

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

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


#c098bd Background Color

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

This div background color is #c098bd


#c098bd Border Color

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

This div border color is #c098bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c098bd


Comments

No comments written yet.

Please login to write comment.