Color Hex Logo

#b64ccf Color Hex

#B64CCF
(182,76,207)
0 Favorites   0 Comments

Color spaces of #b64ccf

RGB 18276207
HSL0.800.580.55
HSV289°63°81°
CMYK 0.120.630.00   0.19
XYZ33.138319.619061.0717
Yxy19.61900.29110.1724
Hunter Lab44.293356.0324-50.7438
CIE-Lab51.403761.3788-48.7257

#b64ccf color RGB value is (182,76,207).

#b64ccf hex color red value is 182, green value is 76 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b64ccf hue: 0.80 , saturation: 0.58 and the lightness value of b64ccf is 0.55.

The process color (four color CMYK) of #b64ccf color hex is 0.12, 0.63, 0.00, 0.19. Web safe color of #b64ccf is #cc33cc. Color #b64ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001100 11001111
Octal 266 114 317
Decimal 182 76 207
Hex B6 4C CF

RGB Percentages of Color #b64ccf

%39.14
%16.34
%44.52

CMYK Percentages of Color #b64ccf

%12
%63
%0
%19

Triadic Colors of #b64ccf

#b64ccf #cfb64c #4ccfb6

Analogous Colors of #b64ccf

#b64ccf #cf4ca7 #754ccf

Monochromatic Colors of #b64ccf

#b64ccf

Complementary Color

#b64ccf #65cf4c

#b64ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64ccf Color CSS Codes

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

#b64ccf Text Font Color

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

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


#b64ccf Background Color

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

This div background color is #b64ccf


#b64ccf Border Color

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

This div border color is #b64ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64ccf


Comments

No comments written yet.

Please login to write comment.