Color Hex Logo

#ce9afa Color Hex

#CE9AFA
(206,154,250)
0 Favorites   0 Comments

Color spaces of #ce9afa

RGB 206154250
HSL0.760.910.79
HSV273°38°98°
CMYK 0.180.380.00   0.02
XYZ54.264543.135195.9083
Yxy43.13510.28070.2231
Hunter Lab65.677332.5466-40.6068
CIE-Lab71.646637.0039-40.6028

#ce9afa color RGB value is (206,154,250).

#ce9afa hex color red value is 206, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ce9afa hue: 0.76 , saturation: 0.91 and the lightness value of ce9afa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011010 11111010
Octal 316 232 372
Decimal 206 154 250
Hex CE 9A FA

RGB Percentages of Color #ce9afa

%33.77
%25.25
%40.98

CMYK Percentages of Color #ce9afa

%18
%38
%0
%2

Triadic Colors of #ce9afa

#ce9afa #face9a #9aface

Analogous Colors of #ce9afa

#ce9afa #fa9af6 #9e9afa

Monochromatic Colors of #ce9afa

#ce9afa

Complementary Color

#ce9afa #c6fa9a

#ce9afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9afa Color CSS Codes

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

#ce9afa Text Font Color

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

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


#ce9afa Background Color

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

This div background color is #ce9afa


#ce9afa Border Color

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

This div border color is #ce9afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,154,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce9afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce9afa;
  -webkit-box-shadow: 1px 1px 3px 2px #ce9afa;
  box-shadow:         1px 1px 3px 2px #ce9afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,154,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9afa

Related Colors


Comments

No comments written yet.

Please login to write comment.