Color Hex Logo

#bd2dee Color Hex

#BD2DEE
(189,45,238)
0 Favorites   0 Comments

Color spaces of #bd2dee

RGB 18945238
HSL0.790.850.55
HSV285°81°93°
CMYK 0.210.810.00   0.07
XYZ37.357318.868682.5620
Yxy18.86860.26920.1360
Hunter Lab43.438077.4960-82.2851
CIE-Lab50.533179.4733-67.6647

#bd2dee color RGB value is (189,45,238).

#bd2dee hex color red value is 189, green value is 45 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bd2dee hue: 0.79 , saturation: 0.85 and the lightness value of bd2dee is 0.55.

The process color (four color CMYK) of #bd2dee color hex is 0.21, 0.81, 0.00, 0.07. Web safe color of #bd2dee is #cc33ff. Color #bd2dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101101 11101110
Octal 275 55 356
Decimal 189 45 238
Hex BD 2D EE

RGB Percentages of Color #bd2dee

%40.04
%9.53
%50.42

CMYK Percentages of Color #bd2dee

%21
%81
%0
%7

Triadic Colors of #bd2dee

#bd2dee #eebd2d #2deebd

Analogous Colors of #bd2dee

#bd2dee #ee2dbf #5c2dee

Monochromatic Colors of #bd2dee

#bd2dee

Complementary Color

#bd2dee #5eee2d

#bd2dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2dee Color CSS Codes

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

#bd2dee Text Font Color

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

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


#bd2dee Background Color

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

This div background color is #bd2dee


#bd2dee Border Color

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

This div border color is #bd2dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,45,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2dee


Comments

No comments written yet.

Please login to write comment.