Color Hex Logo

#b740cf Color Hex

#B740CF
(183,64,207)
0 Favorites   0 Comments

Color spaces of #b740cf

RGB 18364207
HSL0.810.600.53
HSV290°69°81°
CMYK 0.120.690.00   0.19
XYZ32.624318.239160.8325
Yxy18.23910.29210.1633
Hunter Lab42.707361.6194-54.5580
CIE-Lab49.784866.5276-51.3012

#b740cf color RGB value is (183,64,207).

#b740cf hex color red value is 183, green value is 64 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b740cf hue: 0.81 , saturation: 0.60 and the lightness value of b740cf is 0.53.

The process color (four color CMYK) of #b740cf color hex is 0.12, 0.69, 0.00, 0.19. Web safe color of #b740cf is #cc33cc. Color #b740cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000000 11001111
Octal 267 100 317
Decimal 183 64 207
Hex B7 40 CF

RGB Percentages of Color #b740cf

%40.31
%14.10
%45.59

CMYK Percentages of Color #b740cf

%12
%69
%0
%19

Triadic Colors of #b740cf

#b740cf #cfb740 #40cfb7

Analogous Colors of #b740cf

#b740cf #cf40a0 #7040cf

Monochromatic Colors of #b740cf

#b740cf

Complementary Color

#b740cf #58cf40

#b740cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b740cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b740cf Color CSS Codes

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

#b740cf Text Font Color

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

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


#b740cf Background Color

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

This div background color is #b740cf


#b740cf Border Color

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

This div border color is #b740cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b740cf


Comments

No comments written yet.

Please login to write comment.