Color Hex Logo

#b613de Color Hex

#B613DE
(182,19,222)
0 Favorites   0 Comments

Color spaces of #b613de

RGB 18219222
HSL0.800.840.47
HSV288°91°87°
CMYK 0.180.910.00   0.13
XYZ32.709115.684870.4107
Yxy15.68480.27530.1320
Hunter Lab39.604078.1166-77.6869
CIE-Lab46.558280.7385-65.0919

#b613de color RGB value is (182,19,222).

#b613de hex color red value is 182, green value is 19 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b613de hue: 0.80 , saturation: 0.84 and the lightness value of b613de is 0.47.

The process color (four color CMYK) of #b613de color hex is 0.18, 0.91, 0.00, 0.13. Web safe color of #b613de is #cc00cc. Color #b613de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010011 11011110
Octal 266 23 336
Decimal 182 19 222
Hex B6 13 DE

RGB Percentages of Color #b613de

%43.03
%4.49
%52.48

CMYK Percentages of Color #b613de

%18
%91
%0
%13

Triadic Colors of #b613de

#b613de #deb613 #13deb6

Analogous Colors of #b613de

#b613de #de13a1 #5113de

Monochromatic Colors of #b613de

#b613de

Complementary Color

#b613de #3bde13

#b613de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b613de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b613de Color CSS Codes

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

#b613de Text Font Color

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

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


#b613de Background Color

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

This div background color is #b613de


#b613de Border Color

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

This div border color is #b613de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b613de


Comments

No comments written yet.

Please login to write comment.