Color Hex Logo

#ce6adf Color Hex

#CE6ADF
(206,106,223)
0 Favorites   0 Comments

Color spaces of #ce6adf

RGB 206106223
HSL0.810.650.65
HSV291°52°87°
CMYK 0.080.520.00   0.13
XYZ43.926928.757673.0476
Yxy28.75760.30140.1973
Hunter Lab53.626152.3695-43.2245
CIE-Lab60.567156.5446-43.0713

#ce6adf color RGB value is (206,106,223).

#ce6adf hex color red value is 206, green value is 106 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce6adf hue: 0.81 , saturation: 0.65 and the lightness value of ce6adf is 0.65.

The process color (four color CMYK) of #ce6adf color hex is 0.08, 0.52, 0.00, 0.13. Web safe color of #ce6adf is #cc66cc. Color #ce6adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101010 11011111
Octal 316 152 337
Decimal 206 106 223
Hex CE 6A DF

RGB Percentages of Color #ce6adf

%38.50
%19.81
%41.68

CMYK Percentages of Color #ce6adf

%8
%52
%0
%13

Triadic Colors of #ce6adf

#ce6adf #dfce6a #6adfce

Analogous Colors of #ce6adf

#ce6adf #df6ab6 #946adf

Monochromatic Colors of #ce6adf

#ce6adf

Complementary Color

#ce6adf #7bdf6a

#ce6adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6adf Color CSS Codes

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

#ce6adf Text Font Color

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

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


#ce6adf Background Color

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

This div background color is #ce6adf


#ce6adf Border Color

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

This div border color is #ce6adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6adf


Comments

No comments written yet.

Please login to write comment.