Color Hex Logo

#b027fd Color Hex

#B027FD
(176,39,253)
0 Favorites   0 Comments

Color spaces of #b027fd

RGB 17639253
HSL0.770.980.57
HSV278°85°99°
CMYK 0.300.850.00   0.01
XYZ36.359617.773094.4427
Yxy17.77300.24470.1196
Hunter Lab42.158080.1725-103.3112
CIE-Lab49.219681.8450-78.2884

#b027fd color RGB value is (176,39,253).

#b027fd hex color red value is 176, green value is 39 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b027fd hue: 0.77 , saturation: 0.98 and the lightness value of b027fd is 0.57.

The process color (four color CMYK) of #b027fd color hex is 0.30, 0.85, 0.00, 0.01. Web safe color of #b027fd is #9933ff. Color #b027fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100111 11111101
Octal 260 47 375
Decimal 176 39 253
Hex B0 27 FD

RGB Percentages of Color #b027fd

%37.61
%8.33
%54.06

CMYK Percentages of Color #b027fd

%30
%85
%0
%1

Triadic Colors of #b027fd

#b027fd #fdb027 #27fdb0

Analogous Colors of #b027fd

#b027fd #fd27df #4527fd

Monochromatic Colors of #b027fd

#b027fd

Complementary Color

#b027fd #74fd27

#b027fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b027fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b027fd Color CSS Codes

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

#b027fd Text Font Color

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

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


#b027fd Background Color

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

This div background color is #b027fd


#b027fd Border Color

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

This div border color is #b027fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b027fd


Comments

No comments written yet.

Please login to write comment.