Color Hex Logo

#cd8ceb Color Hex

#CD8CEB
(205,140,235)
0 Favorites   0 Comments

Color spaces of #cd8ceb

RGB 205140235
HSL0.780.700.74
HSV281°40°92°
CMYK 0.130.400.00   0.08
XYZ49.550337.733583.2690
Yxy37.73350.29050.2212
Hunter Lab61.427636.4879-37.3720
CIE-Lab67.823741.1044-38.3724

#cd8ceb color RGB value is (205,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001100 11101011
Octal 315 214 353
Decimal 205 140 235
Hex CD 8C EB

RGB Percentages of Color #cd8ceb

%35.34
%24.14
%40.52

CMYK Percentages of Color #cd8ceb

%13
%40
%0
%8

Triadic Colors of #cd8ceb

#cd8ceb #ebcd8c #8cebcd

Analogous Colors of #cd8ceb

#cd8ceb #eb8cda #9e8ceb

Monochromatic Colors of #cd8ceb

#cd8ceb

Complementary Color

#cd8ceb #aaeb8c

#cd8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8ceb Color CSS Codes

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

#cd8ceb Text Font Color

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

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


#cd8ceb Background Color

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

This div background color is #cd8ceb


#cd8ceb Border Color

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

This div border color is #cd8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8ceb


Comments

No comments written yet.

Please login to write comment.