Color Hex Logo

#ce6cae Color Hex

#CE6CAE
(206,108,174)
0 Favorites   0 Comments

Color spaces of #ce6cae

RGB 206108174
HSL0.890.500.62
HSV320°48°81°
CMYK 0.000.480.16   0.19
XYZ38.456126.902943.2103
Yxy26.90290.35420.2478
Hunter Lab51.868041.5749-13.0858
CIE-Lab58.884347.0329-17.8626

#ce6cae color RGB value is (206,108,174).

#ce6cae hex color red value is 206, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ce6cae hue: 0.89 , saturation: 0.50 and the lightness value of ce6cae is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101100 10101110
Octal 316 154 256
Decimal 206 108 174
Hex CE 6C AE

RGB Percentages of Color #ce6cae

%42.21
%22.13
%35.66

CMYK Percentages of Color #ce6cae

%0
%48
%16
%19

Triadic Colors of #ce6cae

#ce6cae #aece6c #6caece

Analogous Colors of #ce6cae

#ce6cae #ce6c7d #bd6cce

Monochromatic Colors of #ce6cae

#ce6cae

Complementary Color

#ce6cae #6cce8c

#ce6cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6cae Color CSS Codes

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

#ce6cae Text Font Color

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

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


#ce6cae Background Color

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

This div background color is #ce6cae


#ce6cae Border Color

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

This div border color is #ce6cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6cae


Comments

No comments written yet.

Please login to write comment.