Color Hex Logo

#b838fd Color Hex

#B838FD
(184,56,253)
0 Favorites   0 Comments

Color spaces of #b838fd

RGB 18456253
HSL0.770.980.61
HSV279°78°99°
CMYK 0.270.780.00   0.01
XYZ38.911020.110594.7594
Yxy20.11050.25300.1308
Hunter Lab44.844776.4031-93.8917
CIE-Lab51.961978.3234-73.7733

#b838fd color RGB value is (184,56,253).

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

The process color (four color CMYK) of #b838fd color hex is 0.27, 0.78, 0.00, 0.01. Web safe color of #b838fd is #cc33ff. Color #b838fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111000 11111101
Octal 270 70 375
Decimal 184 56 253
Hex B8 38 FD

RGB Percentages of Color #b838fd

%37.32
%11.36
%51.32

CMYK Percentages of Color #b838fd

%27
%78
%0
%1

Triadic Colors of #b838fd

#b838fd #fdb838 #38fdb8

Analogous Colors of #b838fd

#b838fd #fd38e0 #5638fd

Monochromatic Colors of #b838fd

#b838fd

Complementary Color

#b838fd #7dfd38

#b838fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b838fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b838fd Color CSS Codes

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

#b838fd Text Font Color

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

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


#b838fd Background Color

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

This div background color is #b838fd


#b838fd Border Color

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

This div border color is #b838fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b838fd


Comments

No comments written yet.

Please login to write comment.