Color Hex Logo

#b02fda Color Hex

#B02FDA
(176,47,218)
0 Favorites   0 Comments

Color spaces of #b02fda

RGB 17647218
HSL0.790.700.52
HSV285°78°85°
CMYK 0.190.780.00   0.15
XYZ31.575916.325167.8165
Yxy16.32510.27290.1411
Hunter Lab40.404368.7898-71.2320
CIE-Lab47.398273.0241-61.4931

#b02fda color RGB value is (176,47,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101111 11011010
Octal 260 57 332
Decimal 176 47 218
Hex B0 2F DA

RGB Percentages of Color #b02fda

%39.91
%10.66
%49.43

CMYK Percentages of Color #b02fda

%19
%78
%0
%15

Triadic Colors of #b02fda

#b02fda #dab02f #2fdab0

Analogous Colors of #b02fda

#b02fda #da2faf #5a2fda

Monochromatic Colors of #b02fda

#b02fda

Complementary Color

#b02fda #59da2f

#b02fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02fda Color CSS Codes

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

#b02fda Text Font Color

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

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


#b02fda Background Color

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

This div background color is #b02fda


#b02fda Border Color

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

This div border color is #b02fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02fda


Comments

No comments written yet.

Please login to write comment.