Color Hex Logo

#b025da Color Hex

#B025DA
(176,37,218)
0 Favorites   0 Comments

Color spaces of #b025da

RGB 17637218
HSL0.790.710.50
HSV286°83°85°
CMYK 0.190.830.00   0.15
XYZ31.221015.615267.6982
Yxy15.61520.27260.1363
Hunter Lab39.516171.8768-73.9133
CIE-Lab46.465575.7417-63.0016

#b025da color RGB value is (176,37,218).

#b025da hex color red value is 176, green value is 37 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b025da hue: 0.79 , saturation: 0.71 and the lightness value of b025da is 0.50.

The process color (four color CMYK) of #b025da color hex is 0.19, 0.83, 0.00, 0.15. Web safe color of #b025da is #9933cc. Color #b025da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100101 11011010
Octal 260 45 332
Decimal 176 37 218
Hex B0 25 DA

RGB Percentages of Color #b025da

%40.84
%8.58
%50.58

CMYK Percentages of Color #b025da

%19
%83
%0
%15

Triadic Colors of #b025da

#b025da #dab025 #25dab0

Analogous Colors of #b025da

#b025da #da25aa #5525da

Monochromatic Colors of #b025da

#b025da

Complementary Color

#b025da #4fda25

#b025da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b025da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b025da Color CSS Codes

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

#b025da Text Font Color

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

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


#b025da Background Color

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

This div background color is #b025da


#b025da Border Color

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

This div border color is #b025da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b025da


Comments

No comments written yet.

Please login to write comment.