Color Hex Logo

#cb8ceb Color Hex

#CB8CEB
(203,140,235)
0 Favorites   0 Comments

Color spaces of #cb8ceb

RGB 203140235
HSL0.780.700.74
HSV280°40°92°
CMYK 0.140.400.00   0.08
XYZ49.002137.450883.2433
Yxy37.45080.28880.2207
Hunter Lab61.197135.8348-37.8113
CIE-Lab67.613940.5194-38.7154

#cb8ceb color RGB value is (203,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001100 11101011
Octal 313 214 353
Decimal 203 140 235
Hex CB 8C EB

RGB Percentages of Color #cb8ceb

%35.12
%24.22
%40.66

CMYK Percentages of Color #cb8ceb

%14
%40
%0
%8

Triadic Colors of #cb8ceb

#cb8ceb #ebcb8c #8cebcb

Analogous Colors of #cb8ceb

#cb8ceb #eb8cdc #9c8ceb

Monochromatic Colors of #cb8ceb

#cb8ceb

Complementary Color

#cb8ceb #aceb8c

#cb8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8ceb Color CSS Codes

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

#cb8ceb Text Font Color

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

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


#cb8ceb Background Color

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

This div background color is #cb8ceb


#cb8ceb Border Color

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

This div border color is #cb8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb8ceb


Comments

No comments written yet.

Please login to write comment.