Color Hex Logo

#d150cc Color Hex

#D150CC
(209,80,204)
0 Favorites   0 Comments

Color spaces of #d150cc

RGB 20980204
HSL0.840.580.57
HSV302°62°82°
CMYK 0.000.620.02   0.18
XYZ40.062223.652359.5806
Yxy23.65230.32490.1918
Hunter Lab48.633661.9314-38.5921
CIE-Lab55.738065.6731-39.8994

#d150cc color RGB value is (209,80,204).

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

The process color (four color CMYK) of #d150cc color hex is 0.00, 0.62, 0.02, 0.18. Web safe color of #d150cc is #cc66cc. Color #d150cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010000 11001100
Octal 321 120 314
Decimal 209 80 204
Hex D1 50 CC

RGB Percentages of Color #d150cc

%42.39
%16.23
%41.38

CMYK Percentages of Color #d150cc

%0
%62
%2
%18

Triadic Colors of #d150cc

#d150cc #ccd150 #50ccd1

Analogous Colors of #d150cc

#d150cc #d1508c #9650d1

Monochromatic Colors of #d150cc

#d150cc

Complementary Color

#d150cc #50d155

#d150cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d150cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d150cc Color CSS Codes

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

#d150cc Text Font Color

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

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


#d150cc Background Color

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

This div background color is #d150cc


#d150cc Border Color

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

This div border color is #d150cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d150cc


Comments

No comments written yet.

Please login to write comment.