Color Hex Logo

#b614ce Color Hex

#B614CE
(182,20,206)
0 Favorites   0 Comments

Color spaces of #b614ce

RGB 18220206
HSL0.810.820.44
HSV292°90°81°
CMYK 0.120.900.00   0.19
XYZ30.682114.901659.6517
Yxy14.90160.29160.1416
Hunter Lab38.602674.3208-64.5977
CIE-Lab45.499177.9108-57.6176

#b614ce color RGB value is (182,20,206).

#b614ce hex color red value is 182, green value is 20 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b614ce hue: 0.81 , saturation: 0.82 and the lightness value of b614ce is 0.44.

The process color (four color CMYK) of #b614ce color hex is 0.12, 0.90, 0.00, 0.19. Web safe color of #b614ce is #cc00cc. Color #b614ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010100 11001110
Octal 266 24 316
Decimal 182 20 206
Hex B6 14 CE

RGB Percentages of Color #b614ce

%44.61
%4.90
%50.49

CMYK Percentages of Color #b614ce

%12
%90
%0
%19

Triadic Colors of #b614ce

#b614ce #ceb614 #14ceb6

Analogous Colors of #b614ce

#b614ce #ce1489 #5914ce

Monochromatic Colors of #b614ce

#b614ce

Complementary Color

#b614ce #2cce14

#b614ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b614ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b614ce Color CSS Codes

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

#b614ce Text Font Color

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

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


#b614ce Background Color

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

This div background color is #b614ce


#b614ce Border Color

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

This div border color is #b614ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b614ce


Comments

No comments written yet.

Please login to write comment.