Color Hex Logo

#c699eb Color Hex

#C699EB
(198,153,235)
0 Favorites   0 Comments

Color spaces of #c699eb

RGB 198153235
HSL0.760.670.76
HSV273°35°92°
CMYK 0.160.350.00   0.08
XYZ49.675340.786483.8516
Yxy40.78640.28500.2340
Hunter Lab63.864227.0797-33.1408
CIE-Lab70.026031.9499-35.0009

#c699eb color RGB value is (198,153,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011001 11101011
Octal 306 231 353
Decimal 198 153 235
Hex C6 99 EB

RGB Percentages of Color #c699eb

%33.79
%26.11
%40.10

CMYK Percentages of Color #c699eb

%16
%35
%0
%8

Triadic Colors of #c699eb

#c699eb #ebc699 #99ebc6

Analogous Colors of #c699eb

#c699eb #eb99e7 #9d99eb

Monochromatic Colors of #c699eb

#c699eb

Complementary Color

#c699eb #beeb99

#c699eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c699eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c699eb Color CSS Codes

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

#c699eb Text Font Color

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

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


#c699eb Background Color

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

This div background color is #c699eb


#c699eb Border Color

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

This div border color is #c699eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c699eb


Comments

No comments written yet.

Please login to write comment.