Color Hex Logo

#ce6caf Color Hex

#CE6CAF
(206,108,175)
0 Favorites   0 Comments

Color spaces of #ce6caf

RGB 206108175
HSL0.890.500.62
HSV319°48°81°
CMYK 0.000.480.15   0.19
XYZ38.554026.942143.7258
Yxy26.94210.35300.2467
Hunter Lab51.905841.7491-13.6123
CIE-Lab58.920747.1898-18.3821

#ce6caf color RGB value is (206,108,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101100 10101111
Octal 316 154 257
Decimal 206 108 175
Hex CE 6C AF

RGB Percentages of Color #ce6caf

%42.13
%22.09
%35.79

CMYK Percentages of Color #ce6caf

%0
%48
%15
%19

Triadic Colors of #ce6caf

#ce6caf #afce6c #6cafce

Analogous Colors of #ce6caf

#ce6caf #ce6c7e #bc6cce

Monochromatic Colors of #ce6caf

#ce6caf

Complementary Color

#ce6caf #6cce8b

#ce6caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6caf Color CSS Codes

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

#ce6caf Text Font Color

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

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


#ce6caf Background Color

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

This div background color is #ce6caf


#ce6caf Border Color

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

This div border color is #ce6caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6caf


Comments

No comments written yet.

Please login to write comment.