Color Hex Logo

#d157fc Color Hex

#D157FC
(209,87,252)
0 Favorites   0 Comments

Color spaces of #d157fc

RGB 20987252
HSL0.790.960.66
HSV284°65°99°
CMYK 0.170.650.00   0.01
XYZ47.273427.400094.8926
Yxy27.40000.27880.1616
Hunter Lab52.345069.6017-70.8412
CIE-Lab59.342871.3996-61.1371

#d157fc color RGB value is (209,87,252).

#d157fc hex color red value is 209, green value is 87 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d157fc hue: 0.79 , saturation: 0.96 and the lightness value of d157fc is 0.66.

The process color (four color CMYK) of #d157fc color hex is 0.17, 0.65, 0.00, 0.01. Web safe color of #d157fc is #cc66ff. Color #d157fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010111 11111100
Octal 321 127 374
Decimal 209 87 252
Hex D1 57 FC

RGB Percentages of Color #d157fc

%38.14
%15.88
%45.99

CMYK Percentages of Color #d157fc

%17
%65
%0
%1

Triadic Colors of #d157fc

#d157fc #fcd157 #57fcd1

Analogous Colors of #d157fc

#d157fc #fc57d5 #7f57fc

Monochromatic Colors of #d157fc

#d157fc

Complementary Color

#d157fc #82fc57

#d157fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d157fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d157fc Color CSS Codes

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

#d157fc Text Font Color

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

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


#d157fc Background Color

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

This div background color is #d157fc


#d157fc Border Color

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

This div border color is #d157fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d157fc

Related Colors


Comments

No comments written yet.

Please login to write comment.