Color Hex Logo

#b02ede Color Hex

#B02EDE
(176,46,222)
0 Favorites   0 Comments

Color spaces of #b02ede

RGB 17646222
HSL0.790.730.53
HSV284°79°87°
CMYK 0.210.790.00   0.13
XYZ32.066316.458070.5939
Yxy16.45800.26920.1382
Hunter Lab40.568570.0959-74.7737
CIE-Lab47.569774.0681-63.4978

#b02ede color RGB value is (176,46,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101110 11011110
Octal 260 56 336
Decimal 176 46 222
Hex B0 2E DE

RGB Percentages of Color #b02ede

%39.64
%10.36
%50.00

CMYK Percentages of Color #b02ede

%21
%79
%0
%13

Triadic Colors of #b02ede

#b02ede #deb02e #2edeb0

Analogous Colors of #b02ede

#b02ede #de2eb4 #582ede

Monochromatic Colors of #b02ede

#b02ede

Complementary Color

#b02ede #5cde2e

#b02ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02ede Color CSS Codes

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

#b02ede Text Font Color

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

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


#b02ede Background Color

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

This div background color is #b02ede


#b02ede Border Color

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

This div border color is #b02ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02ede


Comments

No comments written yet.

Please login to write comment.