Color Hex Logo

#ce79bb Color Hex

#CE79BB
(206,121,187)
0 Favorites   0 Comments

Color spaces of #ce79bb

RGB 206121187
HSL0.870.460.64
HSV313°41°81°
CMYK 0.000.410.09   0.19
XYZ41.260630.384450.7038
Yxy30.38440.33720.2483
Hunter Lab55.122037.1493-15.9522
CIE-Lab61.984542.4499-20.5648

#ce79bb color RGB value is (206,121,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 10111011
Octal 316 171 273
Decimal 206 121 187
Hex CE 79 BB

RGB Percentages of Color #ce79bb

%40.08
%23.54
%36.38

CMYK Percentages of Color #ce79bb

%0
%41
%9
%19

Triadic Colors of #ce79bb

#ce79bb #bbce79 #79bbce

Analogous Colors of #ce79bb

#ce79bb #ce7991 #b779ce

Monochromatic Colors of #ce79bb

#ce79bb

Complementary Color

#ce79bb #79ce8c

#ce79bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce79bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce79bb Color CSS Codes

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

#ce79bb Text Font Color

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

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


#ce79bb Background Color

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

This div background color is #ce79bb


#ce79bb Border Color

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

This div border color is #ce79bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce79bb


Comments

No comments written yet.

Please login to write comment.