Color Hex Logo

#d225fc Color Hex

#D225FC
(210,37,252)
0 Favorites   0 Comments

Color spaces of #d225fc

RGB 21037252
HSL0.800.970.57
HSV288°85°99°
CMYK 0.170.850.00   0.01
XYZ44.810622.053093.9903
Yxy22.05300.27860.1371
Hunter Lab46.960688.1466-85.7948
CIE-Lab54.083287.0676-69.5979

#d225fc color RGB value is (210,37,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100101 11111100
Octal 322 45 374
Decimal 210 37 252
Hex D2 25 FC

RGB Percentages of Color #d225fc

%42.08
%7.41
%50.50

CMYK Percentages of Color #d225fc

%17
%85
%0
%1

Triadic Colors of #d225fc

#d225fc #fcd225 #25fcd2

Analogous Colors of #d225fc

#d225fc #fc25bb #6725fc

Monochromatic Colors of #d225fc

#d225fc

Complementary Color

#d225fc #4ffc25

#d225fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d225fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d225fc Color CSS Codes

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

#d225fc Text Font Color

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

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


#d225fc Background Color

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

This div background color is #d225fc


#d225fc Border Color

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

This div border color is #d225fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d225fc

Related Colors


Comments

No comments written yet.

Please login to write comment.