Color Hex Logo

#c299eb Color Hex

#C299EB
(194,153,235)
0 Favorites   0 Comments

Color spaces of #c299eb

RGB 194153235
HSL0.750.670.76
HSV270°35°92°
CMYK 0.170.350.00   0.08
XYZ48.634840.250083.8029
Yxy40.25000.28160.2331
Hunter Lab63.442925.8116-33.9073
CIE-Lab69.647230.7507-35.6185

#c299eb color RGB value is (194,153,235).

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

The process color (four color CMYK) of #c299eb color hex is 0.17, 0.35, 0.00, 0.08. Web safe color of #c299eb is #cc99ff. Color #c299eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011001 11101011
Octal 302 231 353
Decimal 194 153 235
Hex C2 99 EB

RGB Percentages of Color #c299eb

%33.33
%26.29
%40.38

CMYK Percentages of Color #c299eb

%17
%35
%0
%8

Triadic Colors of #c299eb

#c299eb #ebc299 #99ebc2

Analogous Colors of #c299eb

#c299eb #eb99eb #9999eb

Monochromatic Colors of #c299eb

#c299eb

Complementary Color

#c299eb #c2eb99

#c299eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c299eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c299eb Color CSS Codes

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

#c299eb Text Font Color

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

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


#c299eb Background Color

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

This div background color is #c299eb


#c299eb Border Color

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

This div border color is #c299eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c299eb


Comments

No comments written yet.

Please login to write comment.