Color Hex Logo

#c299df Color Hex

#C299DF
(194,153,223)
0 Favorites   0 Comments

Color spaces of #c299df

RGB 194153223
HSL0.760.520.74
HSV275°31°87°
CMYK 0.130.310.00   0.13
XYZ46.958639.579574.9767
Yxy39.57950.29070.2451
Hunter Lab62.912223.1385-26.6213
CIE-Lab69.169028.1639-29.7683

#c299df color RGB value is (194,153,223).

#c299df hex color red value is 194, green value is 153 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c299df hue: 0.76 , saturation: 0.52 and the lightness value of c299df is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011001 11011111
Octal 302 231 337
Decimal 194 153 223
Hex C2 99 DF

RGB Percentages of Color #c299df

%34.04
%26.84
%39.12

CMYK Percentages of Color #c299df

%13
%31
%0
%13

Triadic Colors of #c299df

#c299df #dfc299 #99dfc2

Analogous Colors of #c299df

#c299df #df99d9 #9f99df

Monochromatic Colors of #c299df

#c299df

Complementary Color

#c299df #b6df99

#c299df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c299df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c299df Color CSS Codes

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

#c299df Text Font Color

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

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


#c299df Background Color

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

This div background color is #c299df


#c299df Border Color

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

This div border color is #c299df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,153,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c299df


Comments

No comments written yet.

Please login to write comment.