Color Hex Logo

#ce7fae Color Hex

#CE7FAE
(206,127,174)
0 Favorites   0 Comments

Color spaces of #ce7fae

RGB 206127174
HSL0.900.450.65
HSV324°38°81°
CMYK 0.000.380.16   0.19
XYZ40.683031.356543.9526
Yxy31.35650.35070.2703
Hunter Lab55.996931.6898-7.3396
CIE-Lab62.807437.1278-11.9355

#ce7fae color RGB value is (206,127,174).

#ce7fae hex color red value is 206, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ce7fae hue: 0.90 , saturation: 0.45 and the lightness value of ce7fae is 0.65.

The process color (four color CMYK) of #ce7fae color hex is 0.00, 0.38, 0.16, 0.19. Web safe color of #ce7fae is #cc6699. Color #ce7fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111111 10101110
Octal 316 177 256
Decimal 206 127 174
Hex CE 7F AE

RGB Percentages of Color #ce7fae

%40.63
%25.05
%34.32

CMYK Percentages of Color #ce7fae

%0
%38
%16
%19

Triadic Colors of #ce7fae

#ce7fae #aece7f #7faece

Analogous Colors of #ce7fae

#ce7fae #ce7f87 #c77fce

Monochromatic Colors of #ce7fae

#ce7fae

Complementary Color

#ce7fae #7fce9f

#ce7fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7fae Color CSS Codes

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

#ce7fae Text Font Color

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

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


#ce7fae Background Color

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

This div background color is #ce7fae


#ce7fae Border Color

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

This div border color is #ce7fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7fae


Comments

No comments written yet.

Please login to write comment.