Color Hex Logo

#b61ed3 Color Hex

#B61ED3
(182,30,211)
0 Favorites   0 Comments

Color spaces of #b61ed3

RGB 18230211
HSL0.810.750.47
HSV290°86°83°
CMYK 0.140.860.00   0.17
XYZ31.513515.576862.9737
Yxy15.57680.28630.1415
Hunter Lab39.467573.4585-66.9750
CIE-Lab46.414377.0366-59.0229

#b61ed3 color RGB value is (182,30,211).

#b61ed3 hex color red value is 182, green value is 30 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #b61ed3 hue: 0.81 , saturation: 0.75 and the lightness value of b61ed3 is 0.47.

The process color (four color CMYK) of #b61ed3 color hex is 0.14, 0.86, 0.00, 0.17. Web safe color of #b61ed3 is #cc33cc. Color #b61ed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011110 11010011
Octal 266 36 323
Decimal 182 30 211
Hex B6 1E D3

RGB Percentages of Color #b61ed3

%43.03
%7.09
%49.88

CMYK Percentages of Color #b61ed3

%14
%86
%0
%17

Triadic Colors of #b61ed3

#b61ed3 #d3b61e #1ed3b6

Analogous Colors of #b61ed3

#b61ed3 #d31e96 #5b1ed3

Monochromatic Colors of #b61ed3

#b61ed3

Complementary Color

#b61ed3 #3bd31e

#b61ed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61ed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61ed3 Color CSS Codes

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

#b61ed3 Text Font Color

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

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


#b61ed3 Background Color

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

This div background color is #b61ed3


#b61ed3 Border Color

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

This div border color is #b61ed3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,30,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b61ed3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61ed3


Comments

No comments written yet.

Please login to write comment.