Color Hex Logo

#b27efd Color Hex

#B27EFD
(178,126,253)
0 Favorites   0 Comments

Color spaces of #b27efd

RGB 178126253
HSL0.730.970.74
HSV265°50°99°
CMYK 0.300.500.00   0.01
XYZ43.550631.478596.7091
Yxy31.47850.25360.1833
Hunter Lab56.105740.3710-62.9239
CIE-Lab62.909545.3410-56.1989

#b27efd color RGB value is (178,126,253).

#b27efd hex color red value is 178, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b27efd hue: 0.73 , saturation: 0.97 and the lightness value of b27efd is 0.74.

The process color (four color CMYK) of #b27efd color hex is 0.30, 0.50, 0.00, 0.01. Web safe color of #b27efd is #9966ff. Color #b27efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111110 11111101
Octal 262 176 375
Decimal 178 126 253
Hex B2 7E FD

RGB Percentages of Color #b27efd

%31.96
%22.62
%45.42

CMYK Percentages of Color #b27efd

%30
%50
%0
%1

Triadic Colors of #b27efd

#b27efd #fdb27e #7efdb2

Analogous Colors of #b27efd

#b27efd #f27efd #7e8afd

Monochromatic Colors of #b27efd

#b27efd

Complementary Color

#b27efd #c9fd7e

#b27efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27efd Color CSS Codes

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

#b27efd Text Font Color

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

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


#b27efd Background Color

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

This div background color is #b27efd


#b27efd Border Color

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

This div border color is #b27efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,126,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b27efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b27efd;
  -webkit-box-shadow: 1px 1px 3px 2px #b27efd;
  box-shadow:         1px 1px 3px 2px #b27efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,126,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27efd


Comments

No comments written yet.

Please login to write comment.