Color Hex Logo

#b270bf Color Hex

#B270BF
(178,112,191)
0 Favorites   0 Comments

Color spaces of #b270bf

RGB 178112191
HSL0.810.380.59
HSV290°41°75°
CMYK 0.070.410.00   0.25
XYZ33.558224.814952.3113
Yxy24.81490.30320.2242
Hunter Lab49.814633.0733-27.3915
CIE-Lab56.894639.1911-30.9617

#b270bf color RGB value is (178,112,191).

#b270bf hex color red value is 178, green value is 112 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b270bf hue: 0.81 , saturation: 0.38 and the lightness value of b270bf is 0.59.

The process color (four color CMYK) of #b270bf color hex is 0.07, 0.41, 0.00, 0.25. Web safe color of #b270bf is #9966cc. Color #b270bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 10111111
Octal 262 160 277
Decimal 178 112 191
Hex B2 70 BF

RGB Percentages of Color #b270bf

%37.01
%23.28
%39.71

CMYK Percentages of Color #b270bf

%7
%41
%0
%25

Triadic Colors of #b270bf

#b270bf #bfb270 #70bfb2

Analogous Colors of #b270bf

#b270bf #bf70a5 #8b70bf

Monochromatic Colors of #b270bf

#b270bf

Complementary Color

#b270bf #7dbf70

#b270bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b270bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b270bf Color CSS Codes

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

#b270bf Text Font Color

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

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


#b270bf Background Color

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

This div background color is #b270bf


#b270bf Border Color

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

This div border color is #b270bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b270bf


Comments

No comments written yet.

Please login to write comment.