Color Hex Logo

#d948ba Color Hex

#D948BA
(217,72,186)
0 Favorites   0 Comments

Color spaces of #d948ba

RGB 21772186
HSL0.870.660.57
HSV313°67°85°
CMYK 0.000.670.14   0.15
XYZ39.795622.931648.7832
Yxy22.93160.35690.2056
Hunter Lab47.887064.5371-26.8788
CIE-Lab55.001868.0128-30.6214

#d948ba color RGB value is (217,72,186).

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

The process color (four color CMYK) of #d948ba color hex is 0.00, 0.67, 0.14, 0.15. Web safe color of #d948ba is #cc33cc. Color #d948ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001000 10111010
Octal 331 110 272
Decimal 217 72 186
Hex D9 48 BA

RGB Percentages of Color #d948ba

%45.68
%15.16
%39.16

CMYK Percentages of Color #d948ba

%0
%67
%14
%15

Triadic Colors of #d948ba

#d948ba #bad948 #48bad9

Analogous Colors of #d948ba

#d948ba #d94872 #b048d9

Monochromatic Colors of #d948ba

#d948ba

Complementary Color

#d948ba #48d967

#d948ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d948ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d948ba Color CSS Codes

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

#d948ba Text Font Color

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

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


#d948ba Background Color

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

This div background color is #d948ba


#d948ba Border Color

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

This div border color is #d948ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d948ba


Comments

No comments written yet.

Please login to write comment.