Color Hex Logo

#c098cc Color Hex

#C098CC
(192,152,204)
0 Favorites   0 Comments

Color spaces of #c098cc

RGB 192152204
HSL0.790.340.70
HSV286°25°80°
CMYK 0.060.250.00   0.20
XYZ43.865538.022662.1539
Yxy38.02260.30450.2640
Hunter Lab61.662519.0722-16.5988
CIE-Lab68.037324.1655-21.0157

#c098cc color RGB value is (192,152,204).

#c098cc hex color red value is 192, green value is 152 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c098cc hue: 0.79 , saturation: 0.34 and the lightness value of c098cc is 0.70.

The process color (four color CMYK) of #c098cc color hex is 0.06, 0.25, 0.00, 0.20. Web safe color of #c098cc is #cc99cc. Color #c098cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 11001100
Octal 300 230 314
Decimal 192 152 204
Hex C0 98 CC

RGB Percentages of Color #c098cc

%35.04
%27.74
%37.23

CMYK Percentages of Color #c098cc

%6
%25
%0
%20

Triadic Colors of #c098cc

#c098cc #ccc098 #98ccc0

Analogous Colors of #c098cc

#c098cc #cc98be #a698cc

Monochromatic Colors of #c098cc

#c098cc

Complementary Color

#c098cc #a4cc98

#c098cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c098cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c098cc Color CSS Codes

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

#c098cc Text Font Color

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

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


#c098cc Background Color

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

This div background color is #c098cc


#c098cc Border Color

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

This div border color is #c098cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c098cc


Comments

No comments written yet.

Please login to write comment.