Color Hex Logo

#b75cfd Color Hex

#B75CFD
(183,92,253)
0 Favorites   0 Comments

Color spaces of #b75cfd

RGB 18392253
HSL0.760.980.68
HSV274°64°99°
CMYK 0.280.640.00   0.01
XYZ41.085224.813495.5525
Yxy24.81340.25450.1537
Hunter Lab49.813160.0518-78.8623
CIE-Lab56.893263.8581-65.8024

#b75cfd color RGB value is (183,92,253).

#b75cfd hex color red value is 183, green value is 92 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b75cfd hue: 0.76 , saturation: 0.98 and the lightness value of b75cfd is 0.68.

The process color (four color CMYK) of #b75cfd color hex is 0.28, 0.64, 0.00, 0.01. Web safe color of #b75cfd is #cc66ff. Color #b75cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011100 11111101
Octal 267 134 375
Decimal 183 92 253
Hex B7 5C FD

RGB Percentages of Color #b75cfd

%34.66
%17.42
%47.92

CMYK Percentages of Color #b75cfd

%28
%64
%0
%1

Triadic Colors of #b75cfd

#b75cfd #fdb75c #5cfdb7

Analogous Colors of #b75cfd

#b75cfd #fd5cf3 #675cfd

Monochromatic Colors of #b75cfd

#b75cfd

Complementary Color

#b75cfd #a2fd5c

#b75cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75cfd Color CSS Codes

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

#b75cfd Text Font Color

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

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


#b75cfd Background Color

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

This div background color is #b75cfd


#b75cfd Border Color

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

This div border color is #b75cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75cfd


Comments

No comments written yet.

Please login to write comment.