Color Hex Logo

#b80cfd Color Hex

#B80CFD
(184,12,253)
0 Favorites   0 Comments

Color spaces of #b80cfd

RGB 18412253
HSL0.790.980.52
HSV283°95°99°
CMYK 0.270.950.00   0.01
XYZ37.628317.545194.3318
Yxy17.54510.25170.1174
Hunter Lab41.886987.0502-104.2039
CIE-Lab48.939687.2252-78.6964

#b80cfd color RGB value is (184,12,253).

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

The process color (four color CMYK) of #b80cfd color hex is 0.27, 0.95, 0.00, 0.01. Web safe color of #b80cfd is #cc00ff. Color #b80cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001100 11111101
Octal 270 14 375
Decimal 184 12 253
Hex B8 C FD

RGB Percentages of Color #b80cfd

%40.98
%2.67
%56.35

CMYK Percentages of Color #b80cfd

%27
%95
%0
%1

Triadic Colors of #b80cfd

#b80cfd #fdb80c #0cfdb8

Analogous Colors of #b80cfd

#b80cfd #fd0cca #400cfd

Monochromatic Colors of #b80cfd

#b80cfd

Complementary Color

#b80cfd #51fd0c

#b80cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80cfd Color CSS Codes

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

#b80cfd Text Font Color

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

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


#b80cfd Background Color

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

This div background color is #b80cfd


#b80cfd Border Color

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

This div border color is #b80cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80cfd


Comments

No comments written yet.

Please login to write comment.