Color Hex Logo

#ce9aff Color Hex

#CE9AFF
(206,154,255)
0 Favorites   0 Comments

Color spaces of #ce9aff

RGB 206154255
HSL0.751.000.80
HSV271°40°100°
CMYK 0.190.400.00   0.00
XYZ55.059243.4530100.0931
Yxy43.45300.27720.2188
Hunter Lab65.918933.7353-43.8844
CIE-Lab71.861438.0931-42.9813

#ce9aff color RGB value is (206,154,255).

#ce9aff hex color red value is 206, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ce9aff hue: 0.75 , saturation: 1.00 and the lightness value of ce9aff is 0.80.

The process color (four color CMYK) of #ce9aff color hex is 0.19, 0.40, 0.00, 0.00. Web safe color of #ce9aff is #cc99ff. Color #ce9aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011010 11111111
Octal 316 232 377
Decimal 206 154 255
Hex CE 9A FF

RGB Percentages of Color #ce9aff

%33.50
%25.04
%41.46

CMYK Percentages of Color #ce9aff

%19
%40
%0
%0

Triadic Colors of #ce9aff

#ce9aff #ffce9a #9affce

Analogous Colors of #ce9aff

#ce9aff #ff9afe #9c9aff

Monochromatic Colors of #ce9aff

#ce9aff

Complementary Color

#ce9aff #cbff9a

#ce9aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9aff Color CSS Codes

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

#ce9aff Text Font Color

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

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


#ce9aff Background Color

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

This div background color is #ce9aff


#ce9aff Border Color

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

This div border color is #ce9aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9aff

Related Colors


Comments

No comments written yet.

Please login to write comment.