Color Hex Logo

#b75edc Color Hex

#B75EDC
(183,94,220)
0 Favorites   0 Comments

Color spaces of #b75edc

RGB 18394220
HSL0.780.640.62
HSV282°57°86°
CMYK 0.170.570.00   0.14
XYZ36.449423.240070.2748
Yxy23.24000.28050.1788
Hunter Lab48.207950.5979-52.6842
CIE-Lab55.318755.8544-49.8763

#b75edc color RGB value is (183,94,220).

#b75edc hex color red value is 183, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b75edc hue: 0.78 , saturation: 0.64 and the lightness value of b75edc is 0.62.

The process color (four color CMYK) of #b75edc color hex is 0.17, 0.57, 0.00, 0.14. Web safe color of #b75edc is #cc66cc. Color #b75edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011110 11011100
Octal 267 136 334
Decimal 183 94 220
Hex B7 5E DC

RGB Percentages of Color #b75edc

%36.82
%18.91
%44.27

CMYK Percentages of Color #b75edc

%17
%57
%0
%14

Triadic Colors of #b75edc

#b75edc #dcb75e #5edcb7

Analogous Colors of #b75edc

#b75edc #dc5ec2 #785edc

Monochromatic Colors of #b75edc

#b75edc

Complementary Color

#b75edc #83dc5e

#b75edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75edc Color CSS Codes

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

#b75edc Text Font Color

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

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


#b75edc Background Color

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

This div background color is #b75edc


#b75edc Border Color

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

This div border color is #b75edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,94,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75edc


Comments

No comments written yet.

Please login to write comment.