Color Hex Logo

#d46beb Color Hex

#D46BEB
(212,107,235)
0 Favorites   0 Comments

Color spaces of #d46beb

RGB 212107235
HSL0.800.760.67
HSV289°54°92°
CMYK 0.100.540.00   0.08
XYZ47.404530.510681.9879
Yxy30.51060.29650.1908
Hunter Lab55.236456.5270-49.3392
CIE-Lab62.092359.9140-47.3114

#d46beb color RGB value is (212,107,235).

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

The process color (four color CMYK) of #d46beb color hex is 0.10, 0.54, 0.00, 0.08. Web safe color of #d46beb is #cc66ff. Color #d46beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101011 11101011
Octal 324 153 353
Decimal 212 107 235
Hex D4 6B EB

RGB Percentages of Color #d46beb

%38.27
%19.31
%42.42

CMYK Percentages of Color #d46beb

%10
%54
%0
%8

Triadic Colors of #d46beb

#d46beb #ebd46b #6bebd4

Analogous Colors of #d46beb

#d46beb #eb6bc2 #946beb

Monochromatic Colors of #d46beb

#d46beb

Complementary Color

#d46beb #82eb6b

#d46beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46beb Color CSS Codes

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

#d46beb Text Font Color

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

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


#d46beb Background Color

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

This div background color is #d46beb


#d46beb Border Color

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

This div border color is #d46beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46beb


Comments

No comments written yet.

Please login to write comment.