Color Hex Logo

#d148eb Color Hex

#D148EB
(209,72,235)
0 Favorites   0 Comments

Color spaces of #d148eb

RGB 20972235
HSL0.810.800.60
HSV290°69°92°
CMYK 0.110.690.00   0.08
XYZ43.607324.188280.9677
Yxy24.18820.29310.1626
Hunter Lab49.181572.2013-63.1823
CIE-Lab56.275774.1021-56.5821

#d148eb color RGB value is (209,72,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 11101011
Octal 321 110 353
Decimal 209 72 235
Hex D1 48 EB

RGB Percentages of Color #d148eb

%40.50
%13.95
%45.54

CMYK Percentages of Color #d148eb

%11
%69
%0
%8

Triadic Colors of #d148eb

#d148eb #ebd148 #48ebd1

Analogous Colors of #d148eb

#d148eb #eb48b4 #8048eb

Monochromatic Colors of #d148eb

#d148eb

Complementary Color

#d148eb #62eb48

#d148eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d148eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d148eb Color CSS Codes

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

#d148eb Text Font Color

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

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


#d148eb Background Color

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

This div background color is #d148eb


#d148eb Border Color

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

This div border color is #d148eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d148eb


Comments

No comments written yet.

Please login to write comment.