Color Hex Logo

#ce6dfa Color Hex

#CE6DFA
(206,109,250)
0 Favorites   0 Comments

Color spaces of #ce6dfa

RGB 206109250
HSL0.780.930.70
HSV281°56°98°
CMYK 0.180.560.00   0.02
XYZ48.177630.961293.8794
Yxy30.96120.27850.1789
Hunter Lab55.642857.1771-61.0829
CIE-Lab62.474960.4090-55.0546

#ce6dfa color RGB value is (206,109,250).

#ce6dfa hex color red value is 206, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ce6dfa hue: 0.78 , saturation: 0.93 and the lightness value of ce6dfa is 0.70.

The process color (four color CMYK) of #ce6dfa color hex is 0.18, 0.56, 0.00, 0.02. Web safe color of #ce6dfa is #cc66ff. Color #ce6dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101101 11111010
Octal 316 155 372
Decimal 206 109 250
Hex CE 6D FA

RGB Percentages of Color #ce6dfa

%36.46
%19.29
%44.25

CMYK Percentages of Color #ce6dfa

%18
%56
%0
%2

Triadic Colors of #ce6dfa

#ce6dfa #face6d #6dface

Analogous Colors of #ce6dfa

#ce6dfa #fa6de0 #886dfa

Monochromatic Colors of #ce6dfa

#ce6dfa

Complementary Color

#ce6dfa #99fa6d

#ce6dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6dfa Color CSS Codes

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

#ce6dfa Text Font Color

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

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


#ce6dfa Background Color

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

This div background color is #ce6dfa


#ce6dfa Border Color

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

This div border color is #ce6dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6dfa


Comments

No comments written yet.

Please login to write comment.