Color Hex Logo

#b265ce Color Hex

#B265CE
(178,101,206)
0 Favorites   0 Comments

Color spaces of #b265ce

RGB 178101206
HSL0.790.520.60
HSV284°51°81°
CMYK 0.140.510.00   0.19
XYZ34.154423.228661.0759
Yxy23.22860.28830.1961
Hunter Lab48.196142.1519-41.3973
CIE-Lab55.307048.1147-41.9996

#b265ce color RGB value is (178,101,206).

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

The process color (four color CMYK) of #b265ce color hex is 0.14, 0.51, 0.00, 0.19. Web safe color of #b265ce is #9966cc. Color #b265ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100101 11001110
Octal 262 145 316
Decimal 178 101 206
Hex B2 65 CE

RGB Percentages of Color #b265ce

%36.70
%20.82
%42.47

CMYK Percentages of Color #b265ce

%14
%51
%0
%19

Triadic Colors of #b265ce

#b265ce #ceb265 #65ceb2

Analogous Colors of #b265ce

#b265ce #ce65b6 #7e65ce

Monochromatic Colors of #b265ce

#b265ce

Complementary Color

#b265ce #81ce65

#b265ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b265ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b265ce Color CSS Codes

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

#b265ce Text Font Color

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

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


#b265ce Background Color

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

This div background color is #b265ce


#b265ce Border Color

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

This div border color is #b265ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,101,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b265ce


Comments

No comments written yet.

Please login to write comment.