Color Hex Logo

#b02fdf Color Hex

#B02FDF
(176,47,223)
0 Favorites   0 Comments

Color spaces of #b02fdf

RGB 17647223
HSL0.790.730.53
HSV284°79°87°
CMYK 0.210.790.00   0.13
XYZ32.240316.590871.3151
Yxy16.59080.26830.1381
Hunter Lab40.731870.0068-75.2954
CIE-Lab47.740373.9615-63.7913

#b02fdf color RGB value is (176,47,223).

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

The process color (four color CMYK) of #b02fdf color hex is 0.21, 0.79, 0.00, 0.13. Web safe color of #b02fdf is #9933cc. Color #b02fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101111 11011111
Octal 260 57 337
Decimal 176 47 223
Hex B0 2F DF

RGB Percentages of Color #b02fdf

%39.46
%10.54
%50.00

CMYK Percentages of Color #b02fdf

%21
%79
%0
%13

Triadic Colors of #b02fdf

#b02fdf #dfb02f #2fdfb0

Analogous Colors of #b02fdf

#b02fdf #df2fb6 #582fdf

Monochromatic Colors of #b02fdf

#b02fdf

Complementary Color

#b02fdf #5edf2f

#b02fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02fdf Color CSS Codes

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

#b02fdf Text Font Color

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

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


#b02fdf Background Color

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

This div background color is #b02fdf


#b02fdf Border Color

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

This div border color is #b02fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02fdf


Comments

No comments written yet.

Please login to write comment.