Color Hex Logo

#d46bed Color Hex

#D46BED
(212,107,237)
0 Favorites   0 Comments

Color spaces of #d46bed

RGB 212107237
HSL0.800.780.67
HSV288°55°93°
CMYK 0.110.550.00   0.07
XYZ47.695130.626983.5185
Yxy30.62690.29470.1892
Hunter Lab55.341656.9891-50.7381
CIE-Lab62.191460.2954-48.2658

#d46bed color RGB value is (212,107,237).

#d46bed hex color red value is 212, green value is 107 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d46bed hue: 0.80 , saturation: 0.78 and the lightness value of d46bed is 0.67.

The process color (four color CMYK) of #d46bed color hex is 0.11, 0.55, 0.00, 0.07. Web safe color of #d46bed is #cc66ff. Color #d46bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101011 11101101
Octal 324 153 355
Decimal 212 107 237
Hex D4 6B ED

RGB Percentages of Color #d46bed

%38.13
%19.24
%42.63

CMYK Percentages of Color #d46bed

%11
%55
%0
%7

Triadic Colors of #d46bed

#d46bed #edd46b #6bedd4

Analogous Colors of #d46bed

#d46bed #ed6bc5 #936bed

Monochromatic Colors of #d46bed

#d46bed

Complementary Color

#d46bed #84ed6b

#d46bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46bed Color CSS Codes

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

#d46bed Text Font Color

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

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


#d46bed Background Color

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

This div background color is #d46bed


#d46bed Border Color

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

This div border color is #d46bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,107,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d46bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d46bed;
  -webkit-box-shadow: 1px 1px 3px 2px #d46bed;
  box-shadow:         1px 1px 3px 2px #d46bed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,107,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46bed


Comments

No comments written yet.

Please login to write comment.