Color Hex Logo

#c69efe Color Hex

#C69EFE
(198,158,254)
0 Favorites   0 Comments

Color spaces of #c69efe

RGB 198158254
HSL0.740.980.81
HSV265°38°100°
CMYK 0.220.380.00   0.00
XYZ53.405043.615299.3698
Yxy43.61520.27190.2221
Hunter Lab66.041828.7717-42.9814
CIE-Lab71.970533.4058-42.3235

#c69efe color RGB value is (198,158,254).

#c69efe hex color red value is 198, green value is 158 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c69efe hue: 0.74 , saturation: 0.98 and the lightness value of c69efe is 0.81.

The process color (four color CMYK) of #c69efe color hex is 0.22, 0.38, 0.00, 0.00. Web safe color of #c69efe is #cc99ff. Color #c69efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011110 11111110
Octal 306 236 376
Decimal 198 158 254
Hex C6 9E FE

RGB Percentages of Color #c69efe

%32.46
%25.90
%41.64

CMYK Percentages of Color #c69efe

%22
%38
%0
%0

Triadic Colors of #c69efe

#c69efe #fec69e #9efec6

Analogous Colors of #c69efe

#c69efe #f69efe #9ea6fe

Monochromatic Colors of #c69efe

#c69efe

Complementary Color

#c69efe #d6fe9e

#c69efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69efe Color CSS Codes

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

#c69efe Text Font Color

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

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


#c69efe Background Color

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

This div background color is #c69efe


#c69efe Border Color

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

This div border color is #c69efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,158,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69efe

Related Colors


Comments

No comments written yet.

Please login to write comment.