Color Hex Logo

#d948bc Color Hex

#D948BC
(217,72,188)
0 Favorites   0 Comments

Color spaces of #d948bc

RGB 21772188
HSL0.870.660.57
HSV312°67°85°
CMYK 0.000.670.13   0.15
XYZ40.009723.017349.9110
Yxy23.01730.35430.2038
Hunter Lab47.976364.9008-28.0974
CIE-Lab55.090268.3016-31.6394

#d948bc color RGB value is (217,72,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001000 10111100
Octal 331 110 274
Decimal 217 72 188
Hex D9 48 BC

RGB Percentages of Color #d948bc

%45.49
%15.09
%39.41

CMYK Percentages of Color #d948bc

%0
%67
%13
%15

Triadic Colors of #d948bc

#d948bc #bcd948 #48bcd9

Analogous Colors of #d948bc

#d948bc #d94874 #ae48d9

Monochromatic Colors of #d948bc

#d948bc

Complementary Color

#d948bc #48d965

#d948bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d948bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d948bc Color CSS Codes

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

#d948bc Text Font Color

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

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


#d948bc Background Color

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

This div background color is #d948bc


#d948bc Border Color

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

This div border color is #d948bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d948bc


Comments

No comments written yet.

Please login to write comment.