Color Hex Logo

#b04efd Color Hex

#B04EFD
(176,78,253)
0 Favorites   0 Comments

Color spaces of #b04efd

RGB 17678253
HSL0.760.980.65
HSV274°69°99°
CMYK 0.300.690.00   0.01
XYZ38.358521.770795.1090
Yxy21.77070.24710.1402
Hunter Lab46.659165.0917-88.1943
CIE-Lab53.782968.7089-70.8683

#b04efd color RGB value is (176,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001110 11111101
Octal 260 116 375
Decimal 176 78 253
Hex B0 4E FD

RGB Percentages of Color #b04efd

%34.71
%15.38
%49.90

CMYK Percentages of Color #b04efd

%30
%69
%0
%1

Triadic Colors of #b04efd

#b04efd #fdb04e #4efdb0

Analogous Colors of #b04efd

#b04efd #fd4ef3 #584efd

Monochromatic Colors of #b04efd

#b04efd

Complementary Color

#b04efd #9bfd4e

#b04efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04efd Color CSS Codes

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

#b04efd Text Font Color

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

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


#b04efd Background Color

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

This div background color is #b04efd


#b04efd Border Color

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

This div border color is #b04efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04efd

Related Colors


Comments

No comments written yet.

Please login to write comment.