Color Hex Logo

#b72ede Color Hex

#B72EDE
(183,46,222)
0 Favorites   0 Comments

Color spaces of #b72ede

RGB 18346222
HSL0.800.730.53
HSV287°79°87°
CMYK 0.180.790.00   0.13
XYZ33.690317.295270.6699
Yxy17.29520.27690.1422
Hunter Lab41.587571.8259-71.6406
CIE-Lab48.629975.2782-61.7321

#b72ede color RGB value is (183,46,222).

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

The process color (four color CMYK) of #b72ede color hex is 0.18, 0.79, 0.00, 0.13. Web safe color of #b72ede is #cc33cc. Color #b72ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101110 11011110
Octal 267 56 336
Decimal 183 46 222
Hex B7 2E DE

RGB Percentages of Color #b72ede

%40.58
%10.20
%49.22

CMYK Percentages of Color #b72ede

%18
%79
%0
%13

Triadic Colors of #b72ede

#b72ede #deb72e #2edeb7

Analogous Colors of #b72ede

#b72ede #de2ead #5f2ede

Monochromatic Colors of #b72ede

#b72ede

Complementary Color

#b72ede #55de2e

#b72ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72ede Color CSS Codes

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

#b72ede Text Font Color

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

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


#b72ede Background Color

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

This div background color is #b72ede


#b72ede Border Color

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

This div border color is #b72ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72ede


Comments

No comments written yet.

Please login to write comment.