Color Hex Logo

#c098de Color Hex

#C098DE
(192,152,222)
0 Favorites   0 Comments

Color spaces of #c098de

RGB 192152222
HSL0.760.510.73
HSV274°32°87°
CMYK 0.140.320.00   0.13
XYZ46.151338.936974.1904
Yxy38.93690.28980.2445
Hunter Lab62.399422.8215-26.8138
CIE-Lab68.705527.8833-29.9478

#c098de color RGB value is (192,152,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 11011110
Octal 300 230 336
Decimal 192 152 222
Hex C0 98 DE

RGB Percentages of Color #c098de

%33.92
%26.86
%39.22

CMYK Percentages of Color #c098de

%14
%32
%0
%13

Triadic Colors of #c098de

#c098de #dec098 #98dec0

Analogous Colors of #c098de

#c098de #de98d9 #9d98de

Monochromatic Colors of #c098de

#c098de

Complementary Color

#c098de #b6de98

#c098de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c098de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c098de Color CSS Codes

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

#c098de Text Font Color

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

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


#c098de Background Color

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

This div background color is #c098de


#c098de Border Color

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

This div border color is #c098de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c098de


Comments

No comments written yet.

Please login to write comment.