Color Hex Logo

#d765fc Color Hex

#D765FC
(215,101,252)
0 Favorites   0 Comments

Color spaces of #d765fc

RGB 215101252
HSL0.790.960.69
HSV285°60°99°
CMYK 0.150.600.00   0.01
XYZ50.248730.782795.3887
Yxy30.78270.28480.1745
Hunter Lab55.482264.5689-63.0979
CIE-Lab62.323866.6930-56.3298

#d765fc color RGB value is (215,101,252).

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

The process color (four color CMYK) of #d765fc color hex is 0.15, 0.60, 0.00, 0.01. Web safe color of #d765fc is #cc66ff. Color #d765fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100101 11111100
Octal 327 145 374
Decimal 215 101 252
Hex D7 65 FC

RGB Percentages of Color #d765fc

%37.85
%17.78
%44.37

CMYK Percentages of Color #d765fc

%15
%60
%0
%1

Triadic Colors of #d765fc

#d765fc #fcd765 #65fcd7

Analogous Colors of #d765fc

#d765fc #fc65d6 #8c65fc

Monochromatic Colors of #d765fc

#d765fc

Complementary Color

#d765fc #8afc65

#d765fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d765fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d765fc Color CSS Codes

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

#d765fc Text Font Color

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

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


#d765fc Background Color

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

This div background color is #d765fc


#d765fc Border Color

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

This div border color is #d765fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d765fc


Comments

No comments written yet.

Please login to write comment.