Color Hex Logo

#b715da Color Hex

#B715DA
(183,21,218)
0 Favorites   0 Comments

Color spaces of #b715da

RGB 18321218
HSL0.800.820.47
HSV289°90°85°
CMYK 0.160.900.00   0.15
XYZ32.451515.665667.6430
Yxy15.66560.28030.1353
Hunter Lab39.579877.0876-73.6225
CIE-Lab46.532779.9264-62.8395

#b715da color RGB value is (183,21,218).

#b715da hex color red value is 183, green value is 21 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b715da hue: 0.80 , saturation: 0.82 and the lightness value of b715da is 0.47.

The process color (four color CMYK) of #b715da color hex is 0.16, 0.90, 0.00, 0.15. Web safe color of #b715da is #cc00cc. Color #b715da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010101 11011010
Octal 267 25 332
Decimal 183 21 218
Hex B7 15 DA

RGB Percentages of Color #b715da

%43.36
%4.98
%51.66

CMYK Percentages of Color #b715da

%16
%90
%0
%15

Triadic Colors of #b715da

#b715da #dab715 #15dab7

Analogous Colors of #b715da

#b715da #da159b #5415da

Monochromatic Colors of #b715da

#b715da

Complementary Color

#b715da #38da15

#b715da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b715da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b715da Color CSS Codes

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

#b715da Text Font Color

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

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


#b715da Background Color

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

This div background color is #b715da


#b715da Border Color

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

This div border color is #b715da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,21,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b715da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b715da;
  -webkit-box-shadow: 1px 1px 3px 2px #b715da;
  box-shadow:         1px 1px 3px 2px #b715da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,21,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b715da


Comments

No comments written yet.

Please login to write comment.