Color Hex Logo

#ce6fed Color Hex

#CE6FED
(206,111,237)
0 Favorites   0 Comments

Color spaces of #ce6fed

RGB 206111237
HSL0.790.780.68
HSV285°53°93°
CMYK 0.130.530.00   0.07
XYZ46.424130.605183.5813
Yxy30.60510.28900.1906
Hunter Lab55.321952.9774-50.8511
CIE-Lab62.172856.8142-48.3437

#ce6fed color RGB value is (206,111,237).

#ce6fed hex color red value is 206, green value is 111 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ce6fed hue: 0.79 , saturation: 0.78 and the lightness value of ce6fed is 0.68.

The process color (four color CMYK) of #ce6fed color hex is 0.13, 0.53, 0.00, 0.07. Web safe color of #ce6fed is #cc66ff. Color #ce6fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101111 11101101
Octal 316 157 355
Decimal 206 111 237
Hex CE 6F ED

RGB Percentages of Color #ce6fed

%37.18
%20.04
%42.78

CMYK Percentages of Color #ce6fed

%13
%53
%0
%7

Triadic Colors of #ce6fed

#ce6fed #edce6f #6fedce

Analogous Colors of #ce6fed

#ce6fed #ed6fcd #8f6fed

Monochromatic Colors of #ce6fed

#ce6fed

Complementary Color

#ce6fed #8eed6f

#ce6fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6fed Color CSS Codes

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

#ce6fed Text Font Color

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

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


#ce6fed Background Color

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

This div background color is #ce6fed


#ce6fed Border Color

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

This div border color is #ce6fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6fed


Comments

No comments written yet.

Please login to write comment.