Color Hex Logo

#cb6ceb Color Hex

#CB6CEB
(203,108,235)
0 Favorites   0 Comments

Color spaces of #cb6ceb

RGB 203108235
HSL0.790.760.67
HSV285°54°92°
CMYK 0.140.540.00   0.08
XYZ44.986629.419881.9048
Yxy29.41980.28780.1882
Hunter Lab54.240053.1276-51.5625
CIE-Lab61.150357.1146-48.8739

#cb6ceb color RGB value is (203,108,235).

#cb6ceb hex color red value is 203, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cb6ceb hue: 0.79 , saturation: 0.76 and the lightness value of cb6ceb is 0.67.

The process color (four color CMYK) of #cb6ceb color hex is 0.14, 0.54, 0.00, 0.08. Web safe color of #cb6ceb is #cc66ff. Color #cb6ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101100 11101011
Octal 313 154 353
Decimal 203 108 235
Hex CB 6C EB

RGB Percentages of Color #cb6ceb

%37.18
%19.78
%43.04

CMYK Percentages of Color #cb6ceb

%14
%54
%0
%8

Triadic Colors of #cb6ceb

#cb6ceb #ebcb6c #6cebcb

Analogous Colors of #cb6ceb

#cb6ceb #eb6ccc #8c6ceb

Monochromatic Colors of #cb6ceb

#cb6ceb

Complementary Color

#cb6ceb #8ceb6c

#cb6ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6ceb Color CSS Codes

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

#cb6ceb Text Font Color

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

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


#cb6ceb Background Color

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

This div background color is #cb6ceb


#cb6ceb Border Color

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

This div border color is #cb6ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6ceb


Comments

No comments written yet.

Please login to write comment.