Color Hex Logo

#bd2ffd Color Hex

#BD2FFD
(189,47,253)
0 Favorites   0 Comments

Color spaces of #bd2ffd

RGB 18947253
HSL0.780.980.59
HSV281°81°99°
CMYK 0.250.810.00   0.01
XYZ39.732419.943794.6839
Yxy19.94370.25740.1292
Hunter Lab44.658480.6587-94.4448
CIE-Lab51.773581.7298-74.0474

#bd2ffd color RGB value is (189,47,253).

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

The process color (four color CMYK) of #bd2ffd color hex is 0.25, 0.81, 0.00, 0.01. Web safe color of #bd2ffd is #cc33ff. Color #bd2ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101111 11111101
Octal 275 57 375
Decimal 189 47 253
Hex BD 2F FD

RGB Percentages of Color #bd2ffd

%38.65
%9.61
%51.74

CMYK Percentages of Color #bd2ffd

%25
%81
%0
%1

Triadic Colors of #bd2ffd

#bd2ffd #fdbd2f #2ffdbd

Analogous Colors of #bd2ffd

#bd2ffd #fd2fd6 #562ffd

Monochromatic Colors of #bd2ffd

#bd2ffd

Complementary Color

#bd2ffd #6ffd2f

#bd2ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2ffd Color CSS Codes

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

#bd2ffd Text Font Color

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

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


#bd2ffd Background Color

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

This div background color is #bd2ffd


#bd2ffd Border Color

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

This div border color is #bd2ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.