Color Hex Logo

#d150cf Color Hex

#D150CF
(209,80,207)
0 Favorites   0 Comments

Color spaces of #d150cf

RGB 20980207
HSL0.840.580.57
HSV301°62°82°
CMYK 0.000.620.01   0.18
XYZ40.425623.797661.4942
Yxy23.79760.32160.1893
Hunter Lab48.782862.5505-40.5914
CIE-Lab55.884666.1713-41.3795

#d150cf color RGB value is (209,80,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010000 11001111
Octal 321 120 317
Decimal 209 80 207
Hex D1 50 CF

RGB Percentages of Color #d150cf

%42.14
%16.13
%41.73

CMYK Percentages of Color #d150cf

%0
%62
%1
%18

Triadic Colors of #d150cf

#d150cf #cfd150 #50cfd1

Analogous Colors of #d150cf

#d150cf #d1508f #9350d1

Monochromatic Colors of #d150cf

#d150cf

Complementary Color

#d150cf #50d152

#d150cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d150cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d150cf Color CSS Codes

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

#d150cf Text Font Color

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

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


#d150cf Background Color

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

This div background color is #d150cf


#d150cf Border Color

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

This div border color is #d150cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d150cf


Comments

No comments written yet.

Please login to write comment.