Color Hex Logo

#b784ef Color Hex

#B784EF
(183,132,239)
0 Favorites   0 Comments

Color spaces of #b784ef

RGB 183132239
HSL0.750.770.73
HSV269°45°94°
CMYK 0.230.450.00   0.06
XYZ43.359732.801885.7074
Yxy32.80180.26790.2026
Hunter Lab57.272934.9099-48.6350
CIE-Lab64.000140.0761-46.7330

#b784ef color RGB value is (183,132,239).

#b784ef hex color red value is 183, green value is 132 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b784ef hue: 0.75 , saturation: 0.77 and the lightness value of b784ef is 0.73.

The process color (four color CMYK) of #b784ef color hex is 0.23, 0.45, 0.00, 0.06. Web safe color of #b784ef is #cc99ff. Color #b784ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000100 11101111
Octal 267 204 357
Decimal 183 132 239
Hex B7 84 EF

RGB Percentages of Color #b784ef

%33.03
%23.83
%43.14

CMYK Percentages of Color #b784ef

%23
%45
%0
%6

Triadic Colors of #b784ef

#b784ef #efb784 #84efb7

Analogous Colors of #b784ef

#b784ef #ed84ef #8487ef

Monochromatic Colors of #b784ef

#b784ef

Complementary Color

#b784ef #bcef84

#b784ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b784ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b784ef Color CSS Codes

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

#b784ef Text Font Color

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

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


#b784ef Background Color

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

This div background color is #b784ef


#b784ef Border Color

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

This div border color is #b784ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b784ef


Comments

No comments written yet.

Please login to write comment.