Color Hex Logo

#b00cea Color Hex

#B00CEA
(176,12,234)
0 Favorites   0 Comments

Color spaces of #b00cea

RGB 17612234
HSL0.790.900.48
HSV284°95°92°
CMYK 0.250.950.00   0.08
XYZ32.887315.433679.0875
Yxy15.43360.25810.1211
Hunter Lab39.285680.6785-91.8592
CIE-Lab46.222482.8209-72.5018

#b00cea color RGB value is (176,12,234).

#b00cea hex color red value is 176, green value is 12 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b00cea hue: 0.79 , saturation: 0.90 and the lightness value of b00cea is 0.48.

The process color (four color CMYK) of #b00cea color hex is 0.25, 0.95, 0.00, 0.08. Web safe color of #b00cea is #9900ff. Color #b00cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001100 11101010
Octal 260 14 352
Decimal 176 12 234
Hex B0 C EA

RGB Percentages of Color #b00cea

%41.71
%2.84
%55.45

CMYK Percentages of Color #b00cea

%25
%95
%0
%8

Triadic Colors of #b00cea

#b00cea #eab00c #0ceab0

Analogous Colors of #b00cea

#b00cea #ea0cb5 #410cea

Monochromatic Colors of #b00cea

#b00cea

Complementary Color

#b00cea #46ea0c

#b00cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00cea Color CSS Codes

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

#b00cea Text Font Color

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

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


#b00cea Background Color

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

This div background color is #b00cea


#b00cea Border Color

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

This div border color is #b00cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,12,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b00cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b00cea;
  -webkit-box-shadow: 1px 1px 3px 2px #b00cea;
  box-shadow:         1px 1px 3px 2px #b00cea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,12,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b00cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00cea


Comments

No comments written yet.

Please login to write comment.