Color Hex Logo

#ce79be Color Hex

#CE79BE
(206,121,190)
0 Favorites   0 Comments

Color spaces of #ce79be

RGB 206121190
HSL0.860.460.64
HSV311°41°81°
CMYK 0.000.410.08   0.19
XYZ41.585230.514352.4133
Yxy30.51430.33400.2451
Hunter Lab55.239837.7076-17.5885
CIE-Lab62.095542.9618-22.0965

#ce79be color RGB value is (206,121,190).

#ce79be hex color red value is 206, green value is 121 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ce79be hue: 0.86 , saturation: 0.46 and the lightness value of ce79be is 0.64.

The process color (four color CMYK) of #ce79be color hex is 0.00, 0.41, 0.08, 0.19. Web safe color of #ce79be is #cc66cc. Color #ce79be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 10111110
Octal 316 171 276
Decimal 206 121 190
Hex CE 79 BE

RGB Percentages of Color #ce79be

%39.85
%23.40
%36.75

CMYK Percentages of Color #ce79be

%0
%41
%8
%19

Triadic Colors of #ce79be

#ce79be #bece79 #79bece

Analogous Colors of #ce79be

#ce79be #ce7994 #b479ce

Monochromatic Colors of #ce79be

#ce79be

Complementary Color

#ce79be #79ce89

#ce79be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce79be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce79be Color CSS Codes

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

#ce79be Text Font Color

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

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


#ce79be Background Color

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

This div background color is #ce79be


#ce79be Border Color

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

This div border color is #ce79be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce79be


Comments

No comments written yet.

Please login to write comment.