Color Hex Logo

#ce6dfb Color Hex

#CE6DFB
(206,109,251)
0 Favorites   0 Comments

Color spaces of #ce6dfb

RGB 206109251
HSL0.780.950.71
HSV281°57°98°
CMYK 0.180.570.00   0.02
XYZ48.334831.024194.7075
Yxy31.02410.27770.1782
Hunter Lab55.699357.4252-61.8234
CIE-Lab62.528060.6132-55.5211

#ce6dfb color RGB value is (206,109,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101101 11111011
Octal 316 155 373
Decimal 206 109 251
Hex CE 6D FB

RGB Percentages of Color #ce6dfb

%36.40
%19.26
%44.35

CMYK Percentages of Color #ce6dfb

%18
%57
%0
%2

Triadic Colors of #ce6dfb

#ce6dfb #fbce6d #6dfbce

Analogous Colors of #ce6dfb

#ce6dfb #fb6de1 #876dfb

Monochromatic Colors of #ce6dfb

#ce6dfb

Complementary Color

#ce6dfb #9afb6d

#ce6dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6dfb Color CSS Codes

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

#ce6dfb Text Font Color

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

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


#ce6dfb Background Color

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

This div background color is #ce6dfb


#ce6dfb Border Color

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

This div border color is #ce6dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.