Color Hex Logo

#d148da Color Hex

#D148DA
(209,72,218)
0 Favorites   0 Comments

Color spaces of #d148da

RGB 20972218
HSL0.820.660.57
HSV296°67°85°
CMYK 0.040.670.00   0.15
XYZ41.266723.252068.6428
Yxy23.25200.30990.1746
Hunter Lab48.220368.3738-50.6465
CIE-Lab55.331071.1475-48.5067

#d148da color RGB value is (209,72,218).

#d148da hex color red value is 209, green value is 72 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d148da hue: 0.82 , saturation: 0.66 and the lightness value of d148da is 0.57.

The process color (four color CMYK) of #d148da color hex is 0.04, 0.67, 0.00, 0.15. Web safe color of #d148da is #cc33cc. Color #d148da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 11011010
Octal 321 110 332
Decimal 209 72 218
Hex D1 48 DA

RGB Percentages of Color #d148da

%41.88
%14.43
%43.69

CMYK Percentages of Color #d148da

%4
%67
%0
%15

Triadic Colors of #d148da

#d148da #dad148 #48dad1

Analogous Colors of #d148da

#d148da #da489a #8848da

Monochromatic Colors of #d148da

#d148da

Complementary Color

#d148da #51da48

#d148da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d148da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d148da Color CSS Codes

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

#d148da Text Font Color

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

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


#d148da Background Color

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

This div background color is #d148da


#d148da Border Color

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

This div border color is #d148da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,72,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d148da


Comments

No comments written yet.

Please login to write comment.