Color Hex Logo

#b614cc Color Hex

#B614CC
(182,20,204)
0 Favorites   0 Comments

Color spaces of #b614cc

RGB 18220204
HSL0.810.820.44
HSV293°90°80°
CMYK 0.110.900.00   0.20
XYZ30.440614.805058.3800
Yxy14.80500.29380.1429
Hunter Lab38.477373.8819-63.0242
CIE-Lab45.365977.5826-56.6759

#b614cc color RGB value is (182,20,204).

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

The process color (four color CMYK) of #b614cc color hex is 0.11, 0.90, 0.00, 0.20. Web safe color of #b614cc is #cc00cc. Color #b614cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010100 11001100
Octal 266 24 314
Decimal 182 20 204
Hex B6 14 CC

RGB Percentages of Color #b614cc

%44.83
%4.93
%50.25

CMYK Percentages of Color #b614cc

%11
%90
%0
%20

Triadic Colors of #b614cc

#b614cc #ccb614 #14ccb6

Analogous Colors of #b614cc

#b614cc #cc1486 #5a14cc

Monochromatic Colors of #b614cc

#b614cc

Complementary Color

#b614cc #2acc14

#b614cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b614cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b614cc Color CSS Codes

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

#b614cc Text Font Color

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

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


#b614cc Background Color

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

This div background color is #b614cc


#b614cc Border Color

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

This div border color is #b614cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b614cc


Comments

No comments written yet.

Please login to write comment.