Color Hex Logo

#b772ee Color Hex

#B772EE
(183,114,238)
0 Favorites   0 Comments

Color spaces of #b772ee

RGB 183114238
HSL0.760.780.69
HSV273°52°93°
CMYK 0.230.520.00   0.07
XYZ40.978428.275084.1867
Yxy28.27500.26710.1843
Hunter Lab53.174244.5050-56.6473
CIE-Lab60.136449.5508-52.2959

#b772ee color RGB value is (183,114,238).

#b772ee hex color red value is 183, green value is 114 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b772ee hue: 0.76 , saturation: 0.78 and the lightness value of b772ee is 0.69.

The process color (four color CMYK) of #b772ee color hex is 0.23, 0.52, 0.00, 0.07. Web safe color of #b772ee is #cc66ff. Color #b772ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110010 11101110
Octal 267 162 356
Decimal 183 114 238
Hex B7 72 EE

RGB Percentages of Color #b772ee

%34.21
%21.31
%44.49

CMYK Percentages of Color #b772ee

%23
%52
%0
%7

Triadic Colors of #b772ee

#b772ee #eeb772 #72eeb7

Analogous Colors of #b772ee

#b772ee #ee72e7 #7972ee

Monochromatic Colors of #b772ee

#b772ee

Complementary Color

#b772ee #a9ee72

#b772ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b772ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b772ee Color CSS Codes

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

#b772ee Text Font Color

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

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


#b772ee Background Color

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

This div background color is #b772ee


#b772ee Border Color

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

This div border color is #b772ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,114,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b772ee


Comments

No comments written yet.

Please login to write comment.