Color Hex Logo

#bd3ece Color Hex

#BD3ECE
(189,62,206)
0 Favorites   0 Comments

Color spaces of #bd3ece

RGB 18962206
HSL0.810.600.53
HSV293°70°81°
CMYK 0.080.700.00   0.19
XYZ33.849518.720360.2218
Yxy18.72030.30010.1660
Hunter Lab43.267063.9306-52.2368
CIE-Lab50.358468.3842-49.7593

#bd3ece color RGB value is (189,62,206).

#bd3ece hex color red value is 189, green value is 62 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bd3ece hue: 0.81 , saturation: 0.60 and the lightness value of bd3ece is 0.53.

The process color (four color CMYK) of #bd3ece color hex is 0.08, 0.70, 0.00, 0.19. Web safe color of #bd3ece is #cc33cc. Color #bd3ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111110 11001110
Octal 275 76 316
Decimal 189 62 206
Hex BD 3E CE

RGB Percentages of Color #bd3ece

%41.36
%13.57
%45.08

CMYK Percentages of Color #bd3ece

%8
%70
%0
%19

Triadic Colors of #bd3ece

#bd3ece #cebd3e #3ecebd

Analogous Colors of #bd3ece

#bd3ece #ce3e97 #753ece

Monochromatic Colors of #bd3ece

#bd3ece

Complementary Color

#bd3ece #4fce3e

#bd3ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3ece Color CSS Codes

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

#bd3ece Text Font Color

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

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


#bd3ece Background Color

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

This div background color is #bd3ece


#bd3ece Border Color

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

This div border color is #bd3ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3ece


Comments

No comments written yet.

Please login to write comment.