Color Hex Logo

#ce6bbd Color Hex

#CE6BBD
(206,107,189)
0 Favorites   0 Comments

Color spaces of #ce6bbd

RGB 206107189
HSL0.860.500.61
HSV310°48°81°
CMYK 0.000.480.08   0.19
XYZ39.896627.311351.3129
Yxy27.31130.33660.2304
Hunter Lab52.260244.8155-21.6331
CIE-Lab59.261449.9688-25.8782

#ce6bbd color RGB value is (206,107,189).

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

The process color (four color CMYK) of #ce6bbd color hex is 0.00, 0.48, 0.08, 0.19. Web safe color of #ce6bbd is #cc66cc. Color #ce6bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101011 10111101
Octal 316 153 275
Decimal 206 107 189
Hex CE 6B BD

RGB Percentages of Color #ce6bbd

%41.04
%21.31
%37.65

CMYK Percentages of Color #ce6bbd

%0
%48
%8
%19

Triadic Colors of #ce6bbd

#ce6bbd #bdce6b #6bbdce

Analogous Colors of #ce6bbd

#ce6bbd #ce6b8c #ae6bce

Monochromatic Colors of #ce6bbd

#ce6bbd

Complementary Color

#ce6bbd #6bce7c

#ce6bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6bbd Color CSS Codes

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

#ce6bbd Text Font Color

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

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


#ce6bbd Background Color

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

This div background color is #ce6bbd


#ce6bbd Border Color

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

This div border color is #ce6bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6bbd


Comments

No comments written yet.

Please login to write comment.