Color Hex Logo

#bd5cfd Color Hex

#BD5CFD
(189,92,253)
0 Favorites   0 Comments

Color spaces of #bd5cfd

RGB 18992253
HSL0.770.980.68
HSV276°64°99°
CMYK 0.250.640.00   0.01
XYZ42.543025.565095.6208
Yxy25.56500.25980.1561
Hunter Lab50.561861.7076-76.7339
CIE-Lab57.621865.1368-64.5917

#bd5cfd color RGB value is (189,92,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011100 11111101
Octal 275 134 375
Decimal 189 92 253
Hex BD 5C FD

RGB Percentages of Color #bd5cfd

%35.39
%17.23
%47.38

CMYK Percentages of Color #bd5cfd

%25
%64
%0
%1

Triadic Colors of #bd5cfd

#bd5cfd #fdbd5c #5cfdbd

Analogous Colors of #bd5cfd

#bd5cfd #fd5ced #6d5cfd

Monochromatic Colors of #bd5cfd

#bd5cfd

Complementary Color

#bd5cfd #9cfd5c

#bd5cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5cfd Color CSS Codes

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

#bd5cfd Text Font Color

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

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


#bd5cfd Background Color

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

This div background color is #bd5cfd


#bd5cfd Border Color

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

This div border color is #bd5cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5cfd


Comments

No comments written yet.

Please login to write comment.