Color Hex Logo

#cb0eeb Color Hex

#CB0EEB
(203,14,235)
0 Favorites   0 Comments

Color spaces of #cb0eeb

RGB 20314235
HSL0.810.890.49
HSV291°94°92°
CMYK 0.140.940.00   0.08
XYZ39.781019.008780.1696
Yxy19.00870.28630.1368
Hunter Lab43.599086.5705-78.5029
CIE-Lab50.697486.5206-65.6026

#cb0eeb color RGB value is (203,14,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001110 11101011
Octal 313 16 353
Decimal 203 14 235
Hex CB E EB

RGB Percentages of Color #cb0eeb

%44.91
%3.10
%51.99

CMYK Percentages of Color #cb0eeb

%14
%94
%0
%8

Triadic Colors of #cb0eeb

#cb0eeb #ebcb0e #0eebcb

Analogous Colors of #cb0eeb

#cb0eeb #eb0e9d #5d0eeb

Monochromatic Colors of #cb0eeb

#cb0eeb

Complementary Color

#cb0eeb #2eeb0e

#cb0eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb0eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb0eeb Color CSS Codes

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

#cb0eeb Text Font Color

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

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


#cb0eeb Background Color

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

This div background color is #cb0eeb


#cb0eeb Border Color

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

This div border color is #cb0eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb0eeb


Comments

No comments written yet.

Please login to write comment.