Color Hex Logo

#ce6ee4 Color Hex

#CE6EE4
(206,110,228)
0 Favorites   0 Comments

Color spaces of #ce6ee4

RGB 206110228
HSL0.800.690.66
HSV289°52°89°
CMYK 0.100.520.00   0.11
XYZ45.033129.875176.7918
Yxy29.87510.29690.1969
Hunter Lab54.658151.4153-45.0387
CIE-Lab61.546355.5421-44.3247

#ce6ee4 color RGB value is (206,110,228).

#ce6ee4 hex color red value is 206, green value is 110 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #ce6ee4 hue: 0.80 , saturation: 0.69 and the lightness value of ce6ee4 is 0.66.

The process color (four color CMYK) of #ce6ee4 color hex is 0.10, 0.52, 0.00, 0.11. Web safe color of #ce6ee4 is #cc66cc. Color #ce6ee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101110 11100100
Octal 316 156 344
Decimal 206 110 228
Hex CE 6E E4

RGB Percentages of Color #ce6ee4

%37.87
%20.22
%41.91

CMYK Percentages of Color #ce6ee4

%10
%52
%0
%11

Triadic Colors of #ce6ee4

#ce6ee4 #e4ce6e #6ee4ce

Analogous Colors of #ce6ee4

#ce6ee4 #e46ebf #936ee4

Monochromatic Colors of #ce6ee4

#ce6ee4

Complementary Color

#ce6ee4 #84e46e

#ce6ee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6ee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6ee4 Color CSS Codes

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

#ce6ee4 Text Font Color

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

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


#ce6ee4 Background Color

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

This div background color is #ce6ee4


#ce6ee4 Border Color

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

This div border color is #ce6ee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6ee4


Comments

No comments written yet.

Please login to write comment.