Color Hex Logo

#b465cf Color Hex

#B465CF
(180,101,207)
0 Favorites   0 Comments

Color spaces of #b465cf

RGB 180101207
HSL0.790.520.60
HSV285°51°81°
CMYK 0.130.510.00   0.19
XYZ34.738623.515761.7395
Yxy23.51570.28950.1960
Hunter Lab48.493043.0081-41.5408
CIE-Lab55.599648.8689-42.0904

#b465cf color RGB value is (180,101,207).

#b465cf hex color red value is 180, green value is 101 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b465cf hue: 0.79 , saturation: 0.52 and the lightness value of b465cf is 0.60.

The process color (four color CMYK) of #b465cf color hex is 0.13, 0.51, 0.00, 0.19. Web safe color of #b465cf is #cc66cc. Color #b465cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100101 11001111
Octal 264 145 317
Decimal 180 101 207
Hex B4 65 CF

RGB Percentages of Color #b465cf

%36.89
%20.70
%42.42

CMYK Percentages of Color #b465cf

%13
%51
%0
%19

Triadic Colors of #b465cf

#b465cf #cfb465 #65cfb4

Analogous Colors of #b465cf

#b465cf #cf65b5 #7f65cf

Monochromatic Colors of #b465cf

#b465cf

Complementary Color

#b465cf #80cf65

#b465cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b465cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b465cf Color CSS Codes

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

#b465cf Text Font Color

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

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


#b465cf Background Color

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

This div background color is #b465cf


#b465cf Border Color

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

This div border color is #b465cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b465cf


Comments

No comments written yet.

Please login to write comment.