Color Hex Logo

#b00eae Color Hex

#B00EAE
(176,14,174)
0 Favorites   0 Comments

Color spaces of #b00eae

RGB 17614174
HSL0.840.850.37
HSV301°92°69°
CMYK 0.000.920.01   0.31
XYZ25.701512.600241.1219
Yxy12.60020.32360.1586
Hunter Lab35.496867.1239-43.8379
CIE-Lab42.154672.6618-44.3000

#b00eae color RGB value is (176,14,174).

#b00eae hex color red value is 176, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b00eae hue: 0.84 , saturation: 0.85 and the lightness value of b00eae is 0.37.

The process color (four color CMYK) of #b00eae color hex is 0.00, 0.92, 0.01, 0.31. Web safe color of #b00eae is #990099. Color #b00eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001110 10101110
Octal 260 16 256
Decimal 176 14 174
Hex B0 E AE

RGB Percentages of Color #b00eae

%48.35
%3.85
%47.80

CMYK Percentages of Color #b00eae

%0
%92
%1
%31

Triadic Colors of #b00eae

#b00eae #aeb00e #0eaeb0

Analogous Colors of #b00eae

#b00eae #b00e5d #610eb0

Monochromatic Colors of #b00eae

#b00eae

Complementary Color

#b00eae #0eb010

#b00eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00eae Color CSS Codes

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

#b00eae Text Font Color

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

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


#b00eae Background Color

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

This div background color is #b00eae


#b00eae Border Color

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

This div border color is #b00eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00eae


Comments

No comments written yet.

Please login to write comment.