Color Hex Logo

#d725fc Color Hex

#D725FC
(215,37,252)
0 Favorites   0 Comments

Color spaces of #d725fc

RGB 21537252
HSL0.800.970.57
HSV290°85°99°
CMYK 0.150.850.00   0.01
XYZ46.256622.798594.0580
Yxy22.79850.28360.1398
Hunter Lab47.747889.3668-83.3715
CIE-Lab54.864287.8430-68.2971

#d725fc color RGB value is (215,37,252).

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

The process color (four color CMYK) of #d725fc color hex is 0.15, 0.85, 0.00, 0.01. Web safe color of #d725fc is #cc33ff. Color #d725fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100101 11111100
Octal 327 45 374
Decimal 215 37 252
Hex D7 25 FC

RGB Percentages of Color #d725fc

%42.66
%7.34
%50.00

CMYK Percentages of Color #d725fc

%15
%85
%0
%1

Triadic Colors of #d725fc

#d725fc #fcd725 #25fcd7

Analogous Colors of #d725fc

#d725fc #fc25b6 #6c25fc

Monochromatic Colors of #d725fc

#d725fc

Complementary Color

#d725fc #4afc25

#d725fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d725fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d725fc Color CSS Codes

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

#d725fc Text Font Color

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

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


#d725fc Background Color

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

This div background color is #d725fc


#d725fc Border Color

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

This div border color is #d725fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d725fc

Related Colors


Comments

No comments written yet.

Please login to write comment.