Color Hex Logo

#c098da Color Hex

#C098DA
(192,152,218)
0 Favorites   0 Comments

Color spaces of #c098da

RGB 192152218
HSL0.770.470.73
HSV276°30°85°
CMYK 0.120.300.00   0.15
XYZ45.621438.724971.3998
Yxy38.72490.29290.2486
Hunter Lab62.229321.9601-24.4668
CIE-Lab68.551527.0372-27.9785

#c098da color RGB value is (192,152,218).

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

The process color (four color CMYK) of #c098da color hex is 0.12, 0.30, 0.00, 0.15. Web safe color of #c098da is #cc99cc. Color #c098da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 11011010
Octal 300 230 332
Decimal 192 152 218
Hex C0 98 DA

RGB Percentages of Color #c098da

%34.16
%27.05
%38.79

CMYK Percentages of Color #c098da

%12
%30
%0
%15

Triadic Colors of #c098da

#c098da #dac098 #98dac0

Analogous Colors of #c098da

#c098da #da98d3 #9f98da

Monochromatic Colors of #c098da

#c098da

Complementary Color

#c098da #b2da98

#c098da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c098da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c098da Color CSS Codes

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

#c098da Text Font Color

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

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


#c098da Background Color

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

This div background color is #c098da


#c098da Border Color

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

This div border color is #c098da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c098da


Comments

No comments written yet.

Please login to write comment.