Color Hex Logo

#b63bdf Color Hex

#B63BDF
(182,59,223)
0 Favorites   0 Comments

Color spaces of #b63bdf

RGB 18259223
HSL0.790.720.55
HSV285°74°87°
CMYK 0.180.740.00   0.13
XYZ34.174718.400771.5625
Yxy18.40070.27530.1482
Hunter Lab42.896067.1405-68.8850
CIE-Lab49.978671.1527-60.1328

#b63bdf color RGB value is (182,59,223).

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

The process color (four color CMYK) of #b63bdf color hex is 0.18, 0.74, 0.00, 0.13. Web safe color of #b63bdf is #cc33cc. Color #b63bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111011 11011111
Octal 266 73 337
Decimal 182 59 223
Hex B6 3B DF

RGB Percentages of Color #b63bdf

%39.22
%12.72
%48.06

CMYK Percentages of Color #b63bdf

%18
%74
%0
%13

Triadic Colors of #b63bdf

#b63bdf #dfb63b #3bdfb6

Analogous Colors of #b63bdf

#b63bdf #df3bb6 #643bdf

Monochromatic Colors of #b63bdf

#b63bdf

Complementary Color

#b63bdf #64df3b

#b63bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63bdf Color CSS Codes

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

#b63bdf Text Font Color

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

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


#b63bdf Background Color

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

This div background color is #b63bdf


#b63bdf Border Color

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

This div border color is #b63bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63bdf


Comments

No comments written yet.

Please login to write comment.