Color Hex Logo

#d148cc Color Hex

#D148CC
(209,72,204)
0 Favorites   0 Comments

Color spaces of #d148cc

RGB 20972204
HSL0.840.600.55
HSV302°66°82°
CMYK 0.000.660.02   0.18
XYZ39.510922.549759.3968
Yxy22.54970.32530.1857
Hunter Lab47.486565.4185-40.9202
CIE-Lab54.605568.8271-41.6836

#d148cc color RGB value is (209,72,204).

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

The process color (four color CMYK) of #d148cc color hex is 0.00, 0.66, 0.02, 0.18. Web safe color of #d148cc is #cc33cc. Color #d148cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 11001100
Octal 321 110 314
Decimal 209 72 204
Hex D1 48 CC

RGB Percentages of Color #d148cc

%43.09
%14.85
%42.06

CMYK Percentages of Color #d148cc

%0
%66
%2
%18

Triadic Colors of #d148cc

#d148cc #ccd148 #48ccd1

Analogous Colors of #d148cc

#d148cc #d14888 #9248d1

Monochromatic Colors of #d148cc

#d148cc

Complementary Color

#d148cc #48d14d

#d148cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d148cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d148cc Color CSS Codes

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

#d148cc Text Font Color

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

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


#d148cc Background Color

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

This div background color is #d148cc


#d148cc Border Color

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

This div border color is #d148cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d148cc


Comments

No comments written yet.

Please login to write comment.