color codes Logo

#c098dd color codes

#C098DD
(192,152,221)
0 Favorites   0 Comments

Color spaces of #c098dd

RGB 192152221
HSL0.760.500.73
HSV275°31°87°
CMYK 0.130.310.00   0.13
XYZ46.017638.883473.4865
Yxy38.88340.29050.2455
Hunter Lab62.356622.6046-26.2230
CIE-Lab68.666727.6707-29.4564

#c098dd color RGB value is (192,152,221).

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

The process color (four color CMYK) of #c098dd color code is 0.13, 0.31, 0.00, 0.13. Web safe color of #c098dd is #cc99cc. Color #c098dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 11011101
Octal 300 230 335
Decimal 192 152 221
Hex C0 98 DD

RGB Percentages of Color #c098dd

%33.98
%26.90
%39.12

CMYK Percentages of Color #c098dd

%13
%31
%0
%13

Triadic Colors of #c098dd

#c098dd #ddc098 #98ddc0

Analogous Colors of #c098dd

#c098dd #dd98d8 #9e98dd

Monochromatic Colors of #c098dd

#c098dd

Complementary Color

#c098dd #b5dd98

#c098dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c098dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c098dd Color CSS Codes

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

#c098dd Text Font Color

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

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


#c098dd Background Color

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

This div background color is #c098dd


#c098dd Border Color

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

This div border color is #c098dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c098dd

#c098dd Color Palettes


Comments

No comments written yet.

Please login to write comment.