Color Hex Logo

#b65ccf Color Hex

#B65CCF
(182,92,207)
0 Favorites   0 Comments

Color spaces of #b65ccf

RGB 18292207
HSL0.800.550.59
HSV287°56°81°
CMYK 0.120.560.00   0.19
XYZ34.381022.104461.4860
Yxy22.10440.29140.1874
Hunter Lab47.015348.2553-44.6279
CIE-Lab54.137653.9397-44.3842

#b65ccf color RGB value is (182,92,207).

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

The process color (four color CMYK) of #b65ccf color hex is 0.12, 0.56, 0.00, 0.19. Web safe color of #b65ccf is #cc66cc. Color #b65ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011100 11001111
Octal 266 134 317
Decimal 182 92 207
Hex B6 5C CF

RGB Percentages of Color #b65ccf

%37.84
%19.13
%43.04

CMYK Percentages of Color #b65ccf

%12
%56
%0
%19

Triadic Colors of #b65ccf

#b65ccf #cfb65c #5ccfb6

Analogous Colors of #b65ccf

#b65ccf #cf5caf #7d5ccf

Monochromatic Colors of #b65ccf

#b65ccf

Complementary Color

#b65ccf #75cf5c

#b65ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65ccf Color CSS Codes

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

#b65ccf Text Font Color

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

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


#b65ccf Background Color

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

This div background color is #b65ccf


#b65ccf Border Color

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

This div border color is #b65ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65ccf


Comments

No comments written yet.

Please login to write comment.