Color Hex Logo

#cb07eb Color Hex

#CB07EB
(203,7,235)
0 Favorites   0 Comments

Color spaces of #cb07eb

RGB 2037235
HSL0.810.940.47
HSV292°97°92°
CMYK 0.140.970.00   0.08
XYZ39.700018.846680.1426
Yxy18.84660.28630.1359
Hunter Lab43.412787.2624-79.0643
CIE-Lab50.507387.0861-65.9102

#cb07eb color RGB value is (203,7,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000111 11101011
Octal 313 7 353
Decimal 203 7 235
Hex CB 7 EB

RGB Percentages of Color #cb07eb

%45.62
%1.57
%52.81

CMYK Percentages of Color #cb07eb

%14
%97
%0
%8

Triadic Colors of #cb07eb

#cb07eb #ebcb07 #07ebcb

Analogous Colors of #cb07eb

#cb07eb #eb0799 #5907eb

Monochromatic Colors of #cb07eb

#cb07eb

Complementary Color

#cb07eb #27eb07

#cb07eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb07eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb07eb Color CSS Codes

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

#cb07eb Text Font Color

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

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


#cb07eb Background Color

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

This div background color is #cb07eb


#cb07eb Border Color

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

This div border color is #cb07eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb07eb


Comments

No comments written yet.

Please login to write comment.