Color Hex Logo

#bd3cef Color Hex

#BD3CEF
(189,60,239)
0 Favorites   0 Comments

Color spaces of #bd3cef

RGB 18960239
HSL0.790.850.59
HSV283°75°94°
CMYK 0.210.750.00   0.06
XYZ38.182120.282583.5639
Yxy20.28250.26880.1428
Hunter Lab45.036172.5211-78.4866
CIE-Lab52.155175.1578-65.6029

#bd3cef color RGB value is (189,60,239).

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

The process color (four color CMYK) of #bd3cef color hex is 0.21, 0.75, 0.00, 0.06. Web safe color of #bd3cef is #cc33ff. Color #bd3cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111100 11101111
Octal 275 74 357
Decimal 189 60 239
Hex BD 3C EF

RGB Percentages of Color #bd3cef

%38.73
%12.30
%48.98

CMYK Percentages of Color #bd3cef

%21
%75
%0
%6

Triadic Colors of #bd3cef

#bd3cef #efbd3c #3cefbd

Analogous Colors of #bd3cef

#bd3cef #ef3cc8 #643cef

Monochromatic Colors of #bd3cef

#bd3cef

Complementary Color

#bd3cef #6eef3c

#bd3cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3cef Color CSS Codes

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

#bd3cef Text Font Color

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

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


#bd3cef Background Color

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

This div background color is #bd3cef


#bd3cef Border Color

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

This div border color is #bd3cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3cef


Comments

No comments written yet.

Please login to write comment.