Color Hex Logo

#ce79db Color Hex

#CE79DB
(206,121,219)
0 Favorites   0 Comments

Color spaces of #ce79db

RGB 206121219
HSL0.810.580.67
HSV292°45°86°
CMYK 0.060.450.00   0.14
XYZ45.077231.911070.8015
Yxy31.91100.30500.2159
Hunter Lab56.489843.5805-34.7682
CIE-Lab63.269348.2428-36.5992

#ce79db color RGB value is (206,121,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 11011011
Octal 316 171 333
Decimal 206 121 219
Hex CE 79 DB

RGB Percentages of Color #ce79db

%37.73
%22.16
%40.11

CMYK Percentages of Color #ce79db

%6
%45
%0
%14

Triadic Colors of #ce79db

#ce79db #dbce79 #79dbce

Analogous Colors of #ce79db

#ce79db #db79b7 #9d79db

Monochromatic Colors of #ce79db

#ce79db

Complementary Color

#ce79db #86db79

#ce79db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce79db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce79db Color CSS Codes

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

#ce79db Text Font Color

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

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


#ce79db Background Color

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

This div background color is #ce79db


#ce79db Border Color

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

This div border color is #ce79db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,121,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 #ce79db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce79db


Comments

No comments written yet.

Please login to write comment.