Color Hex Logo

#ce7edb Color Hex

#CE7EDB
(206,126,219)
0 Favorites   0 Comments

Color spaces of #ce7edb

RGB 206126219
HSL0.810.560.68
HSV292°42°86°
CMYK 0.060.420.00   0.14
XYZ45.700633.158071.0093
Yxy33.15800.30490.2212
Hunter Lab57.583040.8959-32.8062
CIE-Lab64.288645.6381-35.0110

#ce7edb color RGB value is (206,126,219).

#ce7edb hex color red value is 206, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ce7edb hue: 0.81 , saturation: 0.56 and the lightness value of ce7edb is 0.68.

The process color (four color CMYK) of #ce7edb color hex is 0.06, 0.42, 0.00, 0.14. Web safe color of #ce7edb is #cc66cc. Color #ce7edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111110 11011011
Octal 316 176 333
Decimal 206 126 219
Hex CE 7E DB

RGB Percentages of Color #ce7edb

%37.39
%22.87
%39.75

CMYK Percentages of Color #ce7edb

%6
%42
%0
%14

Triadic Colors of #ce7edb

#ce7edb #dbce7e #7edbce

Analogous Colors of #ce7edb

#ce7edb #db7eba #a07edb

Monochromatic Colors of #ce7edb

#ce7edb

Complementary Color

#ce7edb #8bdb7e

#ce7edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7edb Color CSS Codes

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

#ce7edb Text Font Color

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

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


#ce7edb Background Color

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

This div background color is #ce7edb


#ce7edb Border Color

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

This div border color is #ce7edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7edb


Comments

No comments written yet.

Please login to write comment.