Color Hex Logo

#b75edd Color Hex

#B75EDD
(183,94,221)
0 Favorites   0 Comments

Color spaces of #b75edd

RGB 18394221
HSL0.780.650.62
HSV282°57°87°
CMYK 0.170.570.00   0.13
XYZ36.582323.293170.9745
Yxy23.29310.27960.1780
Hunter Lab48.262950.8392-53.4066
CIE-Lab55.373056.0614-50.3545

#b75edd color RGB value is (183,94,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011110 11011101
Octal 267 136 335
Decimal 183 94 221
Hex B7 5E DD

RGB Percentages of Color #b75edd

%36.75
%18.88
%44.38

CMYK Percentages of Color #b75edd

%17
%57
%0
%13

Triadic Colors of #b75edd

#b75edd #ddb75e #5eddb7

Analogous Colors of #b75edd

#b75edd #dd5ec4 #785edd

Monochromatic Colors of #b75edd

#b75edd

Complementary Color

#b75edd #84dd5e

#b75edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75edd Color CSS Codes

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

#b75edd Text Font Color

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

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


#b75edd Background Color

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

This div background color is #b75edd


#b75edd Border Color

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

This div border color is #b75edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75edd


Comments

No comments written yet.

Please login to write comment.