Color Hex Logo

#d25fbe Color Hex

#D25FBE
(210,95,190)
0 Favorites   0 Comments

Color spaces of #d25fbe

RGB 21095190
HSL0.860.560.60
HSV310°55°82°
CMYK 0.000.550.10   0.18
XYZ39.964825.603851.5508
Yxy25.60380.34120.2186
Hunter Lab50.600252.4316-24.9837
CIE-Lab57.659157.0885-28.8809

#d25fbe color RGB value is (210,95,190).

#d25fbe hex color red value is 210, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d25fbe hue: 0.86 , saturation: 0.56 and the lightness value of d25fbe is 0.60.

The process color (four color CMYK) of #d25fbe color hex is 0.00, 0.55, 0.10, 0.18. Web safe color of #d25fbe is #cc66cc. Color #d25fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011111 10111110
Octal 322 137 276
Decimal 210 95 190
Hex D2 5F BE

RGB Percentages of Color #d25fbe

%42.42
%19.19
%38.38

CMYK Percentages of Color #d25fbe

%0
%55
%10
%18

Triadic Colors of #d25fbe

#d25fbe #bed25f #5fbed2

Analogous Colors of #d25fbe

#d25fbe #d25f85 #ad5fd2

Monochromatic Colors of #d25fbe

#d25fbe

Complementary Color

#d25fbe #5fd273

#d25fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25fbe Color CSS Codes

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

#d25fbe Text Font Color

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

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


#d25fbe Background Color

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

This div background color is #d25fbe


#d25fbe Border Color

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

This div border color is #d25fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,95,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d25fbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25fbe


Comments

No comments written yet.

Please login to write comment.