Color Hex Logo

#cb60eb Color Hex

#CB60EB
(203,96,235)
0 Favorites   0 Comments

Color spaces of #cb60eb

RGB 20396235
HSL0.790.780.65
HSV286°59°92°
CMYK 0.140.590.00   0.08
XYZ43.806927.060481.5116
Yxy27.06040.28750.1776
Hunter Lab52.019659.2846-56.4901
CIE-Lab59.030262.8169-52.2378

#cb60eb color RGB value is (203,96,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100000 11101011
Octal 313 140 353
Decimal 203 96 235
Hex CB 60 EB

RGB Percentages of Color #cb60eb

%38.01
%17.98
%44.01

CMYK Percentages of Color #cb60eb

%14
%59
%0
%8

Triadic Colors of #cb60eb

#cb60eb #ebcb60 #60ebcb

Analogous Colors of #cb60eb

#cb60eb #eb60c6 #8660eb

Monochromatic Colors of #cb60eb

#cb60eb

Complementary Color

#cb60eb #80eb60

#cb60eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb60eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb60eb Color CSS Codes

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

#cb60eb Text Font Color

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

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


#cb60eb Background Color

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

This div background color is #cb60eb


#cb60eb Border Color

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

This div border color is #cb60eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb60eb


Comments

No comments written yet.

Please login to write comment.