Color Hex Logo

#c098df Color Hex

#C098DF
(192,152,223)
0 Favorites   0 Comments

Color spaces of #c098df

RGB 192152223
HSL0.760.530.74
HSV274°32°87°
CMYK 0.140.320.00   0.13
XYZ46.285738.990774.8985
Yxy38.99070.28900.2434
Hunter Lab62.442523.0392-27.4073
CIE-Lab68.744528.0963-30.4387

#c098df color RGB value is (192,152,223).

#c098df hex color red value is 192, green value is 152 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c098df hue: 0.76 , saturation: 0.53 and the lightness value of c098df is 0.74.

The process color (four color CMYK) of #c098df color hex is 0.14, 0.32, 0.00, 0.13. Web safe color of #c098df is #cc99cc. Color #c098df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 11011111
Octal 300 230 337
Decimal 192 152 223
Hex C0 98 DF

RGB Percentages of Color #c098df

%33.86
%26.81
%39.33

CMYK Percentages of Color #c098df

%14
%32
%0
%13

Triadic Colors of #c098df

#c098df #dfc098 #98dfc0

Analogous Colors of #c098df

#c098df #df98db #9d98df

Monochromatic Colors of #c098df

#c098df

Complementary Color

#c098df #b7df98

#c098df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c098df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c098df Color CSS Codes

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

#c098df Text Font Color

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

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


#c098df Background Color

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

This div background color is #c098df


#c098df Border Color

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

This div border color is #c098df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c098df


Comments

No comments written yet.

Please login to write comment.