Color Hex Logo

#cb84eb Color Hex

#CB84EB
(203,132,235)
0 Favorites   0 Comments

Color spaces of #cb84eb

RGB 203132235
HSL0.780.720.72
HSV281°44°92°
CMYK 0.140.440.00   0.08
XYZ47.875335.197282.8677
Yxy35.19720.28850.2121
Hunter Lab59.327240.2215-41.2866
CIE-Lab65.901944.8016-41.3916

#cb84eb color RGB value is (203,132,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000100 11101011
Octal 313 204 353
Decimal 203 132 235
Hex CB 84 EB

RGB Percentages of Color #cb84eb

%35.61
%23.16
%41.23

CMYK Percentages of Color #cb84eb

%14
%44
%0
%8

Triadic Colors of #cb84eb

#cb84eb #ebcb84 #84ebcb

Analogous Colors of #cb84eb

#cb84eb #eb84d8 #9884eb

Monochromatic Colors of #cb84eb

#cb84eb

Complementary Color

#cb84eb #a4eb84

#cb84eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb84eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb84eb Color CSS Codes

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

#cb84eb Text Font Color

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

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


#cb84eb Background Color

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

This div background color is #cb84eb


#cb84eb Border Color

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

This div border color is #cb84eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb84eb


Comments

No comments written yet.

Please login to write comment.