Color Hex Logo

#b614ec Color Hex

#B614EC
(182,20,236)
0 Favorites   0 Comments

Color spaces of #b614ec

RGB 18220236
HSL0.790.850.50
HSV285°92°93°
CMYK 0.230.920.00   0.07
XYZ34.681916.501580.7141
Yxy16.50150.26290.1251
Hunter Lab40.622081.3095-89.3710
CIE-Lab47.625783.0446-71.3066

#b614ec color RGB value is (182,20,236).

#b614ec hex color red value is 182, green value is 20 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b614ec hue: 0.79 , saturation: 0.85 and the lightness value of b614ec is 0.50.

The process color (four color CMYK) of #b614ec color hex is 0.23, 0.92, 0.00, 0.07. Web safe color of #b614ec is #cc00ff. Color #b614ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010100 11101100
Octal 266 24 354
Decimal 182 20 236
Hex B6 14 EC

RGB Percentages of Color #b614ec

%41.55
%4.57
%53.88

CMYK Percentages of Color #b614ec

%23
%92
%0
%7

Triadic Colors of #b614ec

#b614ec #ecb614 #14ecb6

Analogous Colors of #b614ec

#b614ec #ec14b6 #4a14ec

Monochromatic Colors of #b614ec

#b614ec

Complementary Color

#b614ec #4aec14

#b614ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b614ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b614ec Color CSS Codes

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

#b614ec Text Font Color

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

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


#b614ec Background Color

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

This div background color is #b614ec


#b614ec Border Color

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

This div border color is #b614ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b614ec


Comments

No comments written yet.

Please login to write comment.