Color Hex Logo

#b02dfd Color Hex

#B02DFD
(176,45,253)
0 Favorites   0 Comments

Color spaces of #b02dfd

RGB 17645253
HSL0.770.980.58
HSV278°82°99°
CMYK 0.300.820.00   0.01
XYZ36.572518.198794.5136
Yxy18.19870.24500.1219
Hunter Lab42.659978.3737-101.4958
CIE-Lab49.736280.3253-77.4454

#b02dfd color RGB value is (176,45,253).

#b02dfd hex color red value is 176, green value is 45 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b02dfd hue: 0.77 , saturation: 0.98 and the lightness value of b02dfd is 0.58.

The process color (four color CMYK) of #b02dfd color hex is 0.30, 0.82, 0.00, 0.01. Web safe color of #b02dfd is #9933ff. Color #b02dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101101 11111101
Octal 260 55 375
Decimal 176 45 253
Hex B0 2D FD

RGB Percentages of Color #b02dfd

%37.13
%9.49
%53.38

CMYK Percentages of Color #b02dfd

%30
%82
%0
%1

Triadic Colors of #b02dfd

#b02dfd #fdb02d #2dfdb0

Analogous Colors of #b02dfd

#b02dfd #fd2de2 #482dfd

Monochromatic Colors of #b02dfd

#b02dfd

Complementary Color

#b02dfd #7afd2d

#b02dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02dfd Color CSS Codes

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

#b02dfd Text Font Color

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

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


#b02dfd Background Color

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

This div background color is #b02dfd


#b02dfd Border Color

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

This div border color is #b02dfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,45,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.