Color Hex Logo

#bd34ee Color Hex

#BD34EE
(189,52,238)
0 Favorites   0 Comments

Color spaces of #bd34ee

RGB 18952238
HSL0.790.850.57
HSV284°78°93°
CMYK 0.210.780.00   0.07
XYZ37.646919.447882.6585
Yxy19.44780.26940.1392
Hunter Lab44.099775.2071-80.2609
CIE-Lab51.207077.5124-66.5738

#bd34ee color RGB value is (189,52,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 11101110
Octal 275 64 356
Decimal 189 52 238
Hex BD 34 EE

RGB Percentages of Color #bd34ee

%39.46
%10.86
%49.69

CMYK Percentages of Color #bd34ee

%21
%78
%0
%7

Triadic Colors of #bd34ee

#bd34ee #eebd34 #34eebd

Analogous Colors of #bd34ee

#bd34ee #ee34c2 #6034ee

Monochromatic Colors of #bd34ee

#bd34ee

Complementary Color

#bd34ee #65ee34

#bd34ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd34ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd34ee Color CSS Codes

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

#bd34ee Text Font Color

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

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


#bd34ee Background Color

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

This div background color is #bd34ee


#bd34ee Border Color

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

This div border color is #bd34ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd34ee


Comments

No comments written yet.

Please login to write comment.