Color Hex Logo

#ce6bcd Color Hex

#CE6BCD
(206,107,205)
0 Favorites   0 Comments

Color spaces of #ce6bcd

RGB 206107205
HSL0.840.500.61
HSV301°48°81°
CMYK 0.000.480.00   0.19
XYZ41.730728.045060.9714
Yxy28.04500.31920.2145
Hunter Lab52.957547.9829-31.1919
CIE-Lab59.929452.7405-33.9359

#ce6bcd color RGB value is (206,107,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101011 11001101
Octal 316 153 315
Decimal 206 107 205
Hex CE 6B CD

RGB Percentages of Color #ce6bcd

%39.77
%20.66
%39.58

CMYK Percentages of Color #ce6bcd

%0
%48
%0
%19

Triadic Colors of #ce6bcd

#ce6bcd #cdce6b #6bcdce

Analogous Colors of #ce6bcd

#ce6bcd #ce6b9c #9e6bce

Monochromatic Colors of #ce6bcd

#ce6bcd

Complementary Color

#ce6bcd #6bce6c

#ce6bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6bcd Color CSS Codes

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

#ce6bcd Text Font Color

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

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


#ce6bcd Background Color

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

This div background color is #ce6bcd


#ce6bcd Border Color

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

This div border color is #ce6bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6bcd


Comments

No comments written yet.

Please login to write comment.