Color Hex Logo

#bd33ee Color Hex

#BD33EE
(189,51,238)
0 Favorites   0 Comments

Color spaces of #bd33ee

RGB 18951238
HSL0.790.850.57
HSV284°79°93°
CMYK 0.210.790.00   0.07
XYZ37.602719.359582.6438
Yxy19.35950.26930.1387
Hunter Lab43.999475.5503-80.5644
CIE-Lab51.105277.8078-66.7386

#bd33ee color RGB value is (189,51,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 11101110
Octal 275 63 356
Decimal 189 51 238
Hex BD 33 EE

RGB Percentages of Color #bd33ee

%39.54
%10.67
%49.79

CMYK Percentages of Color #bd33ee

%21
%79
%0
%7

Triadic Colors of #bd33ee

#bd33ee #eebd33 #33eebd

Analogous Colors of #bd33ee

#bd33ee #ee33c2 #5f33ee

Monochromatic Colors of #bd33ee

#bd33ee

Complementary Color

#bd33ee #64ee33

#bd33ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd33ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd33ee Color CSS Codes

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

#bd33ee Text Font Color

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

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


#bd33ee Background Color

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

This div background color is #bd33ee


#bd33ee Border Color

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

This div border color is #bd33ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd33ee


Comments

No comments written yet.

Please login to write comment.