Color Hex Logo

#d753fc Color Hex

#D753FC
(215,83,252)
0 Favorites   0 Comments

Color spaces of #d753fc

RGB 21583252
HSL0.800.970.66
HSV287°67°99°
CMYK 0.150.670.00   0.01
XYZ48.688327.661994.8686
Yxy27.66190.28440.1616
Hunter Lab52.594673.2020-70.1294
CIE-Lab59.582074.2817-60.7085

#d753fc color RGB value is (215,83,252).

#d753fc hex color red value is 215, green value is 83 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d753fc hue: 0.80 , saturation: 0.97 and the lightness value of d753fc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010011 11111100
Octal 327 123 374
Decimal 215 83 252
Hex D7 53 FC

RGB Percentages of Color #d753fc

%39.09
%15.09
%45.82

CMYK Percentages of Color #d753fc

%15
%67
%0
%1

Triadic Colors of #d753fc

#d753fc #fcd753 #53fcd7

Analogous Colors of #d753fc

#d753fc #fc53cd #8353fc

Monochromatic Colors of #d753fc

#d753fc

Complementary Color

#d753fc #78fc53

#d753fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d753fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d753fc Color CSS Codes

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

#d753fc Text Font Color

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

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


#d753fc Background Color

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

This div background color is #d753fc


#d753fc Border Color

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

This div border color is #d753fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d753fc

Related Colors


Comments

No comments written yet.

Please login to write comment.