Color Hex Logo

#ce8ceb Color Hex

#CE8CEB
(206,140,235)
0 Favorites   0 Comments

Color spaces of #ce8ceb

RGB 206140235
HSL0.780.700.74
HSV282°40°92°
CMYK 0.120.400.00   0.08
XYZ49.827137.876183.2819
Yxy37.87610.29140.2215
Hunter Lab61.543636.8165-37.1518
CIE-Lab67.929241.3977-38.2000

#ce8ceb color RGB value is (206,140,235).

#ce8ceb hex color red value is 206, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ce8ceb hue: 0.78 , saturation: 0.70 and the lightness value of ce8ceb is 0.74.

The process color (four color CMYK) of #ce8ceb color hex is 0.12, 0.40, 0.00, 0.08. Web safe color of #ce8ceb is #cc99ff. Color #ce8ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001100 11101011
Octal 316 214 353
Decimal 206 140 235
Hex CE 8C EB

RGB Percentages of Color #ce8ceb

%35.46
%24.10
%40.45

CMYK Percentages of Color #ce8ceb

%12
%40
%0
%8

Triadic Colors of #ce8ceb

#ce8ceb #ebce8c #8cebce

Analogous Colors of #ce8ceb

#ce8ceb #eb8cd9 #9f8ceb

Monochromatic Colors of #ce8ceb

#ce8ceb

Complementary Color

#ce8ceb #a9eb8c

#ce8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8ceb Color CSS Codes

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

#ce8ceb Text Font Color

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

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


#ce8ceb Background Color

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

This div background color is #ce8ceb


#ce8ceb Border Color

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

This div border color is #ce8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8ceb


Comments

No comments written yet.

Please login to write comment.