Color Hex Logo

#b875ed Color Hex

#B875ED
(184,117,237)
0 Favorites   0 Comments

Color spaces of #b875ed

RGB 184117237
HSL0.760.770.69
HSV274°51°93°
CMYK 0.220.510.00   0.07
XYZ41.414529.027483.5408
Yxy29.02740.26900.1885
Hunter Lab53.877142.9254-54.2200
CIE-Lab60.805848.0005-50.6711

#b875ed color RGB value is (184,117,237).

#b875ed hex color red value is 184, green value is 117 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b875ed hue: 0.76 , saturation: 0.77 and the lightness value of b875ed is 0.69.

The process color (four color CMYK) of #b875ed color hex is 0.22, 0.51, 0.00, 0.07. Web safe color of #b875ed is #cc66ff. Color #b875ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110101 11101101
Octal 270 165 355
Decimal 184 117 237
Hex B8 75 ED

RGB Percentages of Color #b875ed

%34.20
%21.75
%44.05

CMYK Percentages of Color #b875ed

%22
%51
%0
%7

Triadic Colors of #b875ed

#b875ed #edb875 #75edb8

Analogous Colors of #b875ed

#b875ed #ed75e6 #7c75ed

Monochromatic Colors of #b875ed

#b875ed

Complementary Color

#b875ed #aaed75

#b875ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b875ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b875ed Color CSS Codes

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

#b875ed Text Font Color

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

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


#b875ed Background Color

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

This div background color is #b875ed


#b875ed Border Color

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

This div border color is #b875ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,117,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b875ed


Comments

No comments written yet.

Please login to write comment.