Color Hex Logo

#cb4ceb Color Hex

#CB4CEB
(203,76,235)
0 Favorites   0 Comments

Color spaces of #cb4ceb

RGB 20376235
HSL0.800.800.61
HSV288°68°92°
CMYK 0.140.680.00   0.08
XYZ42.208423.863680.9788
Yxy23.86360.28700.1623
Hunter Lab48.850468.7419-64.0892
CIE-Lab55.951071.3334-57.1503

#cb4ceb color RGB value is (203,76,235).

#cb4ceb hex color red value is 203, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cb4ceb hue: 0.80 , saturation: 0.80 and the lightness value of cb4ceb is 0.61.

The process color (four color CMYK) of #cb4ceb color hex is 0.14, 0.68, 0.00, 0.08. Web safe color of #cb4ceb is #cc33ff. Color #cb4ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001100 11101011
Octal 313 114 353
Decimal 203 76 235
Hex CB 4C EB

RGB Percentages of Color #cb4ceb

%39.49
%14.79
%45.72

CMYK Percentages of Color #cb4ceb

%14
%68
%0
%8

Triadic Colors of #cb4ceb

#cb4ceb #ebcb4c #4cebcb

Analogous Colors of #cb4ceb

#cb4ceb #eb4cbc #7c4ceb

Monochromatic Colors of #cb4ceb

#cb4ceb

Complementary Color

#cb4ceb #6ceb4c

#cb4ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4ceb Color CSS Codes

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

#cb4ceb Text Font Color

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

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


#cb4ceb Background Color

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

This div background color is #cb4ceb


#cb4ceb Border Color

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

This div border color is #cb4ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4ceb


Comments

No comments written yet.

Please login to write comment.