Color Hex Logo

#cd8eeb Color Hex

#CD8EEB
(205,142,235)
0 Favorites   0 Comments

Color spaces of #cd8eeb

RGB 205142235
HSL0.780.700.74
HSV281°40°92°
CMYK 0.130.400.00   0.08
XYZ49.845238.323383.3673
Yxy38.32330.29060.2234
Hunter Lab61.905835.3891-36.5106
CIE-Lab68.258240.0283-37.6952

#cd8eeb color RGB value is (205,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001110 11101011
Octal 315 216 353
Decimal 205 142 235
Hex CD 8E EB

RGB Percentages of Color #cd8eeb

%35.22
%24.40
%40.38

CMYK Percentages of Color #cd8eeb

%13
%40
%0
%8

Triadic Colors of #cd8eeb

#cd8eeb #ebcd8e #8eebcd

Analogous Colors of #cd8eeb

#cd8eeb #eb8edb #9f8eeb

Monochromatic Colors of #cd8eeb

#cd8eeb

Complementary Color

#cd8eeb #aceb8e

#cd8eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8eeb Color CSS Codes

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

#cd8eeb Text Font Color

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

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


#cd8eeb Background Color

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

This div background color is #cd8eeb


#cd8eeb Border Color

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

This div border color is #cd8eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,142,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 #cd8eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8eeb


Comments

No comments written yet.

Please login to write comment.