Color Hex Logo

#b273cf Color Hex

#B273CF
(178,115,207)
0 Favorites   0 Comments

Color spaces of #b273cf

RGB 178115207
HSL0.780.490.63
HSV281°44°81°
CMYK 0.140.440.00   0.19
XYZ35.753326.231462.2103
Yxy26.23140.28790.2112
Hunter Lab51.216634.9783-36.1650
CIE-Lab58.256040.8660-37.9300

#b273cf color RGB value is (178,115,207).

#b273cf hex color red value is 178, green value is 115 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b273cf hue: 0.78 , saturation: 0.49 and the lightness value of b273cf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 11001111
Octal 262 163 317
Decimal 178 115 207
Hex B2 73 CF

RGB Percentages of Color #b273cf

%35.60
%23.00
%41.40

CMYK Percentages of Color #b273cf

%14
%44
%0
%19

Triadic Colors of #b273cf

#b273cf #cfb273 #73cfb2

Analogous Colors of #b273cf

#b273cf #cf73be #8473cf

Monochromatic Colors of #b273cf

#b273cf

Complementary Color

#b273cf #90cf73

#b273cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b273cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b273cf Color CSS Codes

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

#b273cf Text Font Color

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

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


#b273cf Background Color

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

This div background color is #b273cf


#b273cf Border Color

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

This div border color is #b273cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b273cf


Comments

No comments written yet.

Please login to write comment.