Color Hex Logo

#b83edf Color Hex

#B83EDF
(184,62,223)
0 Favorites   0 Comments

Color spaces of #b83edf

RGB 18462223
HSL0.790.720.56
HSV285°72°87°
CMYK 0.170.720.00   0.13
XYZ34.809118.963371.6377
Yxy18.96330.27760.1512
Hunter Lab43.546966.4766-67.0535
CIE-Lab50.644270.4699-59.0459

#b83edf color RGB value is (184,62,223).

#b83edf hex color red value is 184, green value is 62 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b83edf hue: 0.79 , saturation: 0.72 and the lightness value of b83edf is 0.56.

The process color (four color CMYK) of #b83edf color hex is 0.17, 0.72, 0.00, 0.13. Web safe color of #b83edf is #cc33cc. Color #b83edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111110 11011111
Octal 270 76 337
Decimal 184 62 223
Hex B8 3E DF

RGB Percentages of Color #b83edf

%39.23
%13.22
%47.55

CMYK Percentages of Color #b83edf

%17
%72
%0
%13

Triadic Colors of #b83edf

#b83edf #dfb83e #3edfb8

Analogous Colors of #b83edf

#b83edf #df3eb6 #683edf

Monochromatic Colors of #b83edf

#b83edf

Complementary Color

#b83edf #65df3e

#b83edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83edf Color CSS Codes

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

#b83edf Text Font Color

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

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


#b83edf Background Color

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

This div background color is #b83edf


#b83edf Border Color

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

This div border color is #b83edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83edf


Comments

No comments written yet.

Please login to write comment.