Color Hex Logo

#b03ede Color Hex

#B03EDE
(176,62,222)
0 Favorites   0 Comments

Color spaces of #b03ede

RGB 17662222
HSL0.790.710.56
HSV283°72°87°
CMYK 0.210.720.00   0.13
XYZ32.811917.949370.8424
Yxy17.94930.26980.1476
Hunter Lab42.366664.1023-69.4838
CIE-Lab49.434668.7072-60.4855

#b03ede color RGB value is (176,62,222).

#b03ede hex color red value is 176, green value is 62 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b03ede hue: 0.79 , saturation: 0.71 and the lightness value of b03ede is 0.56.

The process color (four color CMYK) of #b03ede color hex is 0.21, 0.72, 0.00, 0.13. Web safe color of #b03ede is #9933cc. Color #b03ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111110 11011110
Octal 260 76 336
Decimal 176 62 222
Hex B0 3E DE

RGB Percentages of Color #b03ede

%38.26
%13.48
%48.26

CMYK Percentages of Color #b03ede

%21
%72
%0
%13

Triadic Colors of #b03ede

#b03ede #deb03e #3edeb0

Analogous Colors of #b03ede

#b03ede #de3ebc #603ede

Monochromatic Colors of #b03ede

#b03ede

Complementary Color

#b03ede #6cde3e

#b03ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03ede Color CSS Codes

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

#b03ede Text Font Color

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

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


#b03ede Background Color

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

This div background color is #b03ede


#b03ede Border Color

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

This div border color is #b03ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03ede


Comments

No comments written yet.

Please login to write comment.