Color Hex Logo

#ce6bbb Color Hex

#CE6BBB
(206,107,187)
0 Favorites   0 Comments

Color spaces of #ce6bbb

RGB 206107187
HSL0.870.500.61
HSV312°48°81°
CMYK 0.000.480.09   0.19
XYZ39.680927.225150.1773
Yxy27.22510.33890.2325
Hunter Lab52.177744.4376-20.4926
CIE-Lab59.182149.6346-24.8581

#ce6bbb color RGB value is (206,107,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101011 10111011
Octal 316 153 273
Decimal 206 107 187
Hex CE 6B BB

RGB Percentages of Color #ce6bbb

%41.20
%21.40
%37.40

CMYK Percentages of Color #ce6bbb

%0
%48
%9
%19

Triadic Colors of #ce6bbb

#ce6bbb #bbce6b #6bbbce

Analogous Colors of #ce6bbb

#ce6bbb #ce6b8a #b06bce

Monochromatic Colors of #ce6bbb

#ce6bbb

Complementary Color

#ce6bbb #6bce7e

#ce6bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6bbb Color CSS Codes

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

#ce6bbb Text Font Color

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

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


#ce6bbb Background Color

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

This div background color is #ce6bbb


#ce6bbb Border Color

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

This div border color is #ce6bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6bbb


Comments

No comments written yet.

Please login to write comment.