Color Hex Logo

#b603fd Color Hex

#B603FD
(182,3,253)
0 Favorites   0 Comments

Color spaces of #b603fd

RGB 1823253
HSL0.790.980.50
HSV283°99°99°
CMYK 0.280.990.00   0.01
XYZ37.053617.102194.2766
Yxy17.10210.24960.1152
Hunter Lab41.354787.5644-106.2156
CIE-Lab48.388487.7225-79.6096

#b603fd color RGB value is (182,3,253).

#b603fd hex color red value is 182, green value is 3 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b603fd hue: 0.79 , saturation: 0.98 and the lightness value of b603fd is 0.50.

The process color (four color CMYK) of #b603fd color hex is 0.28, 0.99, 0.00, 0.01. Web safe color of #b603fd is #cc00ff. Color #b603fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000011 11111101
Octal 266 3 375
Decimal 182 3 253
Hex B6 3 FD

RGB Percentages of Color #b603fd

%41.55
%0.68
%57.76

CMYK Percentages of Color #b603fd

%28
%99
%0
%1

Triadic Colors of #b603fd

#b603fd #fdb603 #03fdb6

Analogous Colors of #b603fd

#b603fd #fd03c7 #3903fd

Monochromatic Colors of #b603fd

#b603fd

Complementary Color

#b603fd #4afd03

#b603fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b603fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b603fd Color CSS Codes

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

#b603fd Text Font Color

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

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


#b603fd Background Color

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

This div background color is #b603fd


#b603fd Border Color

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

This div border color is #b603fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b603fd

Related Colors


Comments

No comments written yet.

Please login to write comment.