Color Hex Logo

#d146eb Color Hex

#D146EB
(209,70,235)
0 Favorites   0 Comments

Color spaces of #d146eb

RGB 20970235
HSL0.810.800.60
HSV291°70°92°
CMYK 0.110.700.00   0.08
XYZ43.480123.933880.9253
Yxy23.93380.29310.1613
Hunter Lab48.922273.0299-63.8298
CIE-Lab56.021574.8228-56.9889

#d146eb color RGB value is (209,70,235).

#d146eb hex color red value is 209, green value is 70 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d146eb hue: 0.81 , saturation: 0.80 and the lightness value of d146eb is 0.60.

The process color (four color CMYK) of #d146eb color hex is 0.11, 0.70, 0.00, 0.08. Web safe color of #d146eb is #cc33ff. Color #d146eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000110 11101011
Octal 321 106 353
Decimal 209 70 235
Hex D1 46 EB

RGB Percentages of Color #d146eb

%40.66
%13.62
%45.72

CMYK Percentages of Color #d146eb

%11
%70
%0
%8

Triadic Colors of #d146eb

#d146eb #ebd146 #46ebd1

Analogous Colors of #d146eb

#d146eb #eb46b3 #7f46eb

Monochromatic Colors of #d146eb

#d146eb

Complementary Color

#d146eb #60eb46

#d146eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d146eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d146eb Color CSS Codes

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

#d146eb Text Font Color

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

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


#d146eb Background Color

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

This div background color is #d146eb


#d146eb Border Color

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

This div border color is #d146eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,70,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 #d146eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d146eb


Comments

No comments written yet.

Please login to write comment.