Color Hex Logo

#b12cfd Color Hex

#B12CFD
(177,44,253)
0 Favorites   0 Comments

Color spaces of #b12cfd

RGB 17744253
HSL0.770.980.58
HSV278°83°99°
CMYK 0.300.830.00   0.01
XYZ36.761818.240394.5117
Yxy18.24030.24590.1220
Hunter Lab42.708778.9050-101.3091
CIE-Lab49.786380.7359-77.3579

#b12cfd color RGB value is (177,44,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101100 11111101
Octal 261 54 375
Decimal 177 44 253
Hex B1 2C FD

RGB Percentages of Color #b12cfd

%37.34
%9.28
%53.38

CMYK Percentages of Color #b12cfd

%30
%83
%0
%1

Triadic Colors of #b12cfd

#b12cfd #fdb12c #2cfdb1

Analogous Colors of #b12cfd

#b12cfd #fd2ce1 #492cfd

Monochromatic Colors of #b12cfd

#b12cfd

Complementary Color

#b12cfd #78fd2c

#b12cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12cfd Color CSS Codes

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

#b12cfd Text Font Color

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

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


#b12cfd Background Color

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

This div background color is #b12cfd


#b12cfd Border Color

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

This div border color is #b12cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.