Color Hex Logo

#b75cdf Color Hex

#B75CDF
(183,92,223)
0 Favorites   0 Comments

Color spaces of #b75cdf

RGB 18392223
HSL0.780.670.62
HSV282°59°87°
CMYK 0.180.590.00   0.13
XYZ36.674923.049372.3280
Yxy23.04930.27770.1745
Hunter Lab48.009752.3403-55.7153
CIE-Lab55.123157.4452-51.8807

#b75cdf color RGB value is (183,92,223).

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

The process color (four color CMYK) of #b75cdf color hex is 0.18, 0.59, 0.00, 0.13. Web safe color of #b75cdf is #cc66cc. Color #b75cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011100 11011111
Octal 267 134 337
Decimal 183 92 223
Hex B7 5C DF

RGB Percentages of Color #b75cdf

%36.75
%18.47
%44.78

CMYK Percentages of Color #b75cdf

%18
%59
%0
%13

Triadic Colors of #b75cdf

#b75cdf #dfb75c #5cdfb7

Analogous Colors of #b75cdf

#b75cdf #df5cc6 #765cdf

Monochromatic Colors of #b75cdf

#b75cdf

Complementary Color

#b75cdf #84df5c

#b75cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75cdf Color CSS Codes

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

#b75cdf Text Font Color

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

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


#b75cdf Background Color

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

This div background color is #b75cdf


#b75cdf Border Color

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

This div border color is #b75cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75cdf


Comments

No comments written yet.

Please login to write comment.