Color Hex Logo

#b00efd Color Hex

#B00EFD
(176,14,253)
0 Favorites   0 Comments

Color spaces of #b00efd

RGB 17614253
HSL0.780.980.52
HSV281°94°99°
CMYK 0.300.940.00   0.01
XYZ35.791216.636094.2532
Yxy16.63600.24400.1134
Hunter Lab40.787385.2577-108.4592
CIE-Lab47.798186.0710-80.6117

#b00efd color RGB value is (176,14,253).

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

The process color (four color CMYK) of #b00efd color hex is 0.30, 0.94, 0.00, 0.01. Web safe color of #b00efd is #9900ff. Color #b00efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001110 11111101
Octal 260 16 375
Decimal 176 14 253
Hex B0 E FD

RGB Percentages of Color #b00efd

%39.73
%3.16
%57.11

CMYK Percentages of Color #b00efd

%30
%94
%0
%1

Triadic Colors of #b00efd

#b00efd #fdb00e #0efdb0

Analogous Colors of #b00efd

#b00efd #fd0ed3 #380efd

Monochromatic Colors of #b00efd

#b00efd

Complementary Color

#b00efd #5bfd0e

#b00efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00efd Color CSS Codes

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

#b00efd Text Font Color

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

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


#b00efd Background Color

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

This div background color is #b00efd


#b00efd Border Color

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

This div border color is #b00efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00efd

Related Colors


Comments

No comments written yet.

Please login to write comment.