Color Hex Logo

#cb80eb Color Hex

#CB80EB
(203,128,235)
0 Favorites   0 Comments

Color spaces of #cb80eb

RGB 203128235
HSL0.780.730.71
HSV282°46°92°
CMYK 0.140.460.00   0.08
XYZ47.343234.133082.6903
Yxy34.13300.28840.2079
Hunter Lab58.423542.4057-43.0204
CIE-Lab65.068046.9167-42.6990

#cb80eb color RGB value is (203,128,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000000 11101011
Octal 313 200 353
Decimal 203 128 235
Hex CB 80 EB

RGB Percentages of Color #cb80eb

%35.87
%22.61
%41.52

CMYK Percentages of Color #cb80eb

%14
%46
%0
%8

Triadic Colors of #cb80eb

#cb80eb #ebcb80 #80ebcb

Analogous Colors of #cb80eb

#cb80eb #eb80d6 #9680eb

Monochromatic Colors of #cb80eb

#cb80eb

Complementary Color

#cb80eb #a0eb80

#cb80eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb80eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb80eb Color CSS Codes

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

#cb80eb Text Font Color

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

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


#cb80eb Background Color

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

This div background color is #cb80eb


#cb80eb Border Color

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

This div border color is #cb80eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb80eb


Comments

No comments written yet.

Please login to write comment.