Color Hex Logo

#d475fc Color Hex

#D475FC
(212,117,252)
0 Favorites   0 Comments

Color spaces of #d475fc

RGB 212117252
HSL0.780.960.72
HSV282°54°99°
CMYK 0.160.540.00   0.01
XYZ51.083433.747995.9171
Yxy33.74790.28260.1867
Hunter Lab58.092955.2994-57.2285
CIE-Lab64.762058.4098-52.4787

#d475fc color RGB value is (212,117,252).

#d475fc hex color red value is 212, green value is 117 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d475fc hue: 0.78 , saturation: 0.96 and the lightness value of d475fc is 0.72.

The process color (four color CMYK) of #d475fc color hex is 0.16, 0.54, 0.00, 0.01. Web safe color of #d475fc is #cc66ff. Color #d475fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110101 11111100
Octal 324 165 374
Decimal 212 117 252
Hex D4 75 FC

RGB Percentages of Color #d475fc

%36.49
%20.14
%43.37

CMYK Percentages of Color #d475fc

%16
%54
%0
%1

Triadic Colors of #d475fc

#d475fc #fcd475 #75fcd4

Analogous Colors of #d475fc

#d475fc #fc75e1 #9175fc

Monochromatic Colors of #d475fc

#d475fc

Complementary Color

#d475fc #9dfc75

#d475fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d475fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d475fc Color CSS Codes

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

#d475fc Text Font Color

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

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


#d475fc Background Color

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

This div background color is #d475fc


#d475fc Border Color

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

This div border color is #d475fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d475fc

Related Colors


Comments

No comments written yet.

Please login to write comment.