Color Hex Logo

#bd38ec Color Hex

#BD38EC
(189,56,236)
0 Favorites   0 Comments

Color spaces of #bd38ec

RGB 18956236
HSL0.790.830.57
HSV284°76°93°
CMYK 0.200.760.00   0.07
XYZ37.540819.703381.1814
Yxy19.70330.27120.1423
Hunter Lab44.388473.2839-77.3629
CIE-Lab51.500175.9041-64.9752

#bd38ec color RGB value is (189,56,236).

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

The process color (four color CMYK) of #bd38ec color hex is 0.20, 0.76, 0.00, 0.07. Web safe color of #bd38ec is #cc33ff. Color #bd38ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 11101100
Octal 275 70 354
Decimal 189 56 236
Hex BD 38 EC

RGB Percentages of Color #bd38ec

%39.29
%11.64
%49.06

CMYK Percentages of Color #bd38ec

%20
%76
%0
%7

Triadic Colors of #bd38ec

#bd38ec #ecbd38 #38ecbd

Analogous Colors of #bd38ec

#bd38ec #ec38c1 #6338ec

Monochromatic Colors of #bd38ec

#bd38ec

Complementary Color

#bd38ec #67ec38

#bd38ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd38ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd38ec Color CSS Codes

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

#bd38ec Text Font Color

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

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


#bd38ec Background Color

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

This div background color is #bd38ec


#bd38ec Border Color

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

This div border color is #bd38ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd38ec


Comments

No comments written yet.

Please login to write comment.