Color Hex Logo

#c798ce Color Hex

#C798CE
(199,152,206)
0 Favorites   0 Comments

Color spaces of #c798ce

RGB 199152206
HSL0.810.360.70
HSV292°26°81°
CMYK 0.030.260.00   0.19
XYZ45.922039.054863.5105
Yxy39.05480.30930.2630
Hunter Lab62.493821.8019-16.5089
CIE-Lab68.790926.8632-20.9146

#c798ce color RGB value is (199,152,206).

#c798ce hex color red value is 199, green value is 152 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c798ce hue: 0.81 , saturation: 0.36 and the lightness value of c798ce is 0.70.

The process color (four color CMYK) of #c798ce color hex is 0.03, 0.26, 0.00, 0.19. Web safe color of #c798ce is #cc99cc. Color #c798ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011000 11001110
Octal 307 230 316
Decimal 199 152 206
Hex C7 98 CE

RGB Percentages of Color #c798ce

%35.73
%27.29
%36.98

CMYK Percentages of Color #c798ce

%3
%26
%0
%19

Triadic Colors of #c798ce

#c798ce #cec798 #98cec7

Analogous Colors of #c798ce

#c798ce #ce98ba #ac98ce

Monochromatic Colors of #c798ce

#c798ce

Complementary Color

#c798ce #9fce98

#c798ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c798ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c798ce Color CSS Codes

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

#c798ce Text Font Color

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

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


#c798ce Background Color

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

This div background color is #c798ce


#c798ce Border Color

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

This div border color is #c798ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c798ce


Comments

No comments written yet.

Please login to write comment.