Color Hex Logo

#ce7cae Color Hex

#CE7CAE
(206,124,174)
0 Favorites   0 Comments

Color spaces of #ce7cae

RGB 206124174
HSL0.900.460.65
HSV323°40°81°
CMYK 0.000.400.16   0.19
XYZ40.301230.593143.8254
Yxy30.59310.35130.2667
Hunter Lab55.311033.2659-8.2604
CIE-Lab62.162638.7246-12.9045

#ce7cae color RGB value is (206,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111100 10101110
Octal 316 174 256
Decimal 206 124 174
Hex CE 7C AE

RGB Percentages of Color #ce7cae

%40.87
%24.60
%34.52

CMYK Percentages of Color #ce7cae

%0
%40
%16
%19

Triadic Colors of #ce7cae

#ce7cae #aece7c #7caece

Analogous Colors of #ce7cae

#ce7cae #ce7c85 #c57cce

Monochromatic Colors of #ce7cae

#ce7cae

Complementary Color

#ce7cae #7cce9c

#ce7cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7cae Color CSS Codes

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

#ce7cae Text Font Color

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

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


#ce7cae Background Color

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

This div background color is #ce7cae


#ce7cae Border Color

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

This div border color is #ce7cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7cae


Comments

No comments written yet.

Please login to write comment.