Color Hex Logo

#c298de Color Hex

#C298DE
(194,152,222)
0 Favorites   0 Comments

Color spaces of #c298de

RGB 194152222
HSL0.770.510.73
HSV276°32°87°
CMYK 0.130.320.00   0.13
XYZ46.661239.199774.2142
Yxy39.19970.29150.2449
Hunter Lab62.609723.4641-26.4525
CIE-Lab68.895728.5057-29.6388

#c298de color RGB value is (194,152,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011000 11011110
Octal 302 230 336
Decimal 194 152 222
Hex C2 98 DE

RGB Percentages of Color #c298de

%34.15
%26.76
%39.08

CMYK Percentages of Color #c298de

%13
%32
%0
%13

Triadic Colors of #c298de

#c298de #dec298 #98dec2

Analogous Colors of #c298de

#c298de #de98d7 #9f98de

Monochromatic Colors of #c298de

#c298de

Complementary Color

#c298de #b4de98

#c298de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c298de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c298de Color CSS Codes

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

#c298de Text Font Color

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

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


#c298de Background Color

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

This div background color is #c298de


#c298de Border Color

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

This div border color is #c298de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c298de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c298de


Comments

No comments written yet.

Please login to write comment.