Color Hex Logo

#b246cc Color Hex

#B246CC
(178,70,204)
0 Favorites   0 Comments

Color spaces of #b246cc

RGB 17870204
HSL0.800.570.54
HSV288°66°80°
CMYK 0.130.660.00   0.20
XYZ31.449318.204958.9831
Yxy18.20490.28950.1676
Hunter Lab42.667256.9018-52.0954
CIE-Lab49.743762.4506-49.6857

#b246cc color RGB value is (178,70,204).

#b246cc hex color red value is 178, green value is 70 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b246cc hue: 0.80 , saturation: 0.57 and the lightness value of b246cc is 0.54.

The process color (four color CMYK) of #b246cc color hex is 0.13, 0.66, 0.00, 0.20. Web safe color of #b246cc is #9933cc. Color #b246cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000110 11001100
Octal 262 106 314
Decimal 178 70 204
Hex B2 46 CC

RGB Percentages of Color #b246cc

%39.38
%15.49
%45.13

CMYK Percentages of Color #b246cc

%13
%66
%0
%20

Triadic Colors of #b246cc

#b246cc #ccb246 #46ccb2

Analogous Colors of #b246cc

#b246cc #cc46a3 #6f46cc

Monochromatic Colors of #b246cc

#b246cc

Complementary Color

#b246cc #60cc46

#b246cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b246cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b246cc Color CSS Codes

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

#b246cc Text Font Color

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

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


#b246cc Background Color

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

This div background color is #b246cc


#b246cc Border Color

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

This div border color is #b246cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,70,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 #b246cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b246cc


Comments

No comments written yet.

Please login to write comment.