Color Hex Logo

#b74bcf Color Hex

#B74BCF
(183,75,207)
0 Favorites   0 Comments

Color spaces of #b74bcf

RGB 18375207
HSL0.800.580.55
HSV289°64°81°
CMYK 0.120.640.00   0.19
XYZ33.307019.604461.0600
Yxy19.60440.29220.1720
Hunter Lab44.276956.7911-50.7701
CIE-Lab51.387062.0470-48.7440

#b74bcf color RGB value is (183,75,207).

#b74bcf hex color red value is 183, green value is 75 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b74bcf hue: 0.80 , saturation: 0.58 and the lightness value of b74bcf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001011 11001111
Octal 267 113 317
Decimal 183 75 207
Hex B7 4B CF

RGB Percentages of Color #b74bcf

%39.35
%16.13
%44.52

CMYK Percentages of Color #b74bcf

%12
%64
%0
%19

Triadic Colors of #b74bcf

#b74bcf #cfb74b #4bcfb7

Analogous Colors of #b74bcf

#b74bcf #cf4ba5 #754bcf

Monochromatic Colors of #b74bcf

#b74bcf

Complementary Color

#b74bcf #63cf4b

#b74bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74bcf Color CSS Codes

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

#b74bcf Text Font Color

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

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


#b74bcf Background Color

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

This div background color is #b74bcf


#b74bcf Border Color

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

This div border color is #b74bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74bcf


Comments

No comments written yet.

Please login to write comment.