Color Hex Logo

#ce6bad Color Hex

#CE6BAD
(206,107,173)
0 Favorites   0 Comments

Color spaces of #ce6bad

RGB 206107173
HSL0.890.500.61
HSV320°48°81°
CMYK 0.000.480.16   0.19
XYZ38.254126.654342.6637
Yxy26.65430.35560.2478
Hunter Lab51.627841.9126-12.8561
CIE-Lab58.653047.3816-17.6391

#ce6bad color RGB value is (206,107,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101011 10101101
Octal 316 153 255
Decimal 206 107 173
Hex CE 6B AD

RGB Percentages of Color #ce6bad

%42.39
%22.02
%35.60

CMYK Percentages of Color #ce6bad

%0
%48
%16
%19

Triadic Colors of #ce6bad

#ce6bad #adce6b #6badce

Analogous Colors of #ce6bad

#ce6bad #ce6b7c #be6bce

Monochromatic Colors of #ce6bad

#ce6bad

Complementary Color

#ce6bad #6bce8c

#ce6bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6bad Color CSS Codes

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

#ce6bad Text Font Color

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

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


#ce6bad Background Color

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

This div background color is #ce6bad


#ce6bad Border Color

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

This div border color is #ce6bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6bad


Comments

No comments written yet.

Please login to write comment.