Color Hex Logo

#cb09eb Color Hex

#CB09EB
(203,9,235)
0 Favorites   0 Comments

Color spaces of #cb09eb

RGB 2039235
HSL0.810.930.48
HSV292°96°92°
CMYK 0.140.960.00   0.08
XYZ39.721718.890080.1498
Yxy18.89000.28630.1361
Hunter Lab43.462687.0765-78.9134
CIE-Lab50.558386.9343-65.8276

#cb09eb color RGB value is (203,9,235).

#cb09eb hex color red value is 203, green value is 9 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cb09eb hue: 0.81 , saturation: 0.93 and the lightness value of cb09eb is 0.48.

The process color (four color CMYK) of #cb09eb color hex is 0.14, 0.96, 0.00, 0.08. Web safe color of #cb09eb is #cc00ff. Color #cb09eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001001 11101011
Octal 313 11 353
Decimal 203 9 235
Hex CB 9 EB

RGB Percentages of Color #cb09eb

%45.41
%2.01
%52.57

CMYK Percentages of Color #cb09eb

%14
%96
%0
%8

Triadic Colors of #cb09eb

#cb09eb #ebcb09 #09ebcb

Analogous Colors of #cb09eb

#cb09eb #eb099a #5a09eb

Monochromatic Colors of #cb09eb

#cb09eb

Complementary Color

#cb09eb #29eb09

#cb09eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb09eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb09eb Color CSS Codes

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

#cb09eb Text Font Color

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

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


#cb09eb Background Color

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

This div background color is #cb09eb


#cb09eb Border Color

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

This div border color is #cb09eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb09eb


Comments

No comments written yet.

Please login to write comment.