Color Hex Logo

#b713fd Color Hex

#B713FD
(183,19,253)
0 Favorites   0 Comments

Color spaces of #b713fd

RGB 18319253
HSL0.780.980.53
HSV282°92°99°
CMYK 0.280.920.00   0.01
XYZ37.490917.624994.3545
Yxy17.62490.25080.1179
Hunter Lab41.982085.9360-103.8667
CIE-Lab49.038086.3541-78.5422

#b713fd color RGB value is (183,19,253).

#b713fd hex color red value is 183, green value is 19 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b713fd hue: 0.78 , saturation: 0.98 and the lightness value of b713fd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010011 11111101
Octal 267 23 375
Decimal 183 19 253
Hex B7 13 FD

RGB Percentages of Color #b713fd

%40.22
%4.18
%55.60

CMYK Percentages of Color #b713fd

%28
%92
%0
%1

Triadic Colors of #b713fd

#b713fd #fdb713 #13fdb7

Analogous Colors of #b713fd

#b713fd #fd13ce #4213fd

Monochromatic Colors of #b713fd

#b713fd

Complementary Color

#b713fd #59fd13

#b713fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b713fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b713fd Color CSS Codes

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

#b713fd Text Font Color

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

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


#b713fd Background Color

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

This div background color is #b713fd


#b713fd Border Color

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

This div border color is #b713fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b713fd

Related Colors


Comments

No comments written yet.

Please login to write comment.