Color Hex Logo

#c69eeb Color Hex

#C69EEB
(198,158,235)
0 Favorites   0 Comments

Color spaces of #c69eeb

RGB 198158235
HSL0.750.660.77
HSV271°33°92°
CMYK 0.160.330.00   0.08
XYZ50.511042.457684.1302
Yxy42.45760.28520.2397
Hunter Lab65.159524.3423-30.9402
CIE-Lab71.185329.1991-33.2050

#c69eeb color RGB value is (198,158,235).

#c69eeb hex color red value is 198, green value is 158 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c69eeb hue: 0.75 , saturation: 0.66 and the lightness value of c69eeb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011110 11101011
Octal 306 236 353
Decimal 198 158 235
Hex C6 9E EB

RGB Percentages of Color #c69eeb

%33.50
%26.73
%39.76

CMYK Percentages of Color #c69eeb

%16
%33
%0
%8

Triadic Colors of #c69eeb

#c69eeb #ebc69e #9eebc6

Analogous Colors of #c69eeb

#c69eeb #eb9eea #a09eeb

Monochromatic Colors of #c69eeb

#c69eeb

Complementary Color

#c69eeb #c3eb9e

#c69eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69eeb Color CSS Codes

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

#c69eeb Text Font Color

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

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


#c69eeb Background Color

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

This div background color is #c69eeb


#c69eeb Border Color

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

This div border color is #c69eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69eeb


Comments

No comments written yet.

Please login to write comment.