Color Hex Logo

#d25fbf Color Hex

#D25FBF
(210,95,191)
0 Favorites   0 Comments

Color spaces of #d25fbf

RGB 21095191
HSL0.860.560.60
HSV310°55°82°
CMYK 0.000.550.09   0.18
XYZ40.074525.647652.1285
Yxy25.64760.34000.2176
Hunter Lab50.643552.6222-25.5782
CIE-Lab57.701057.2500-29.3887

#d25fbf color RGB value is (210,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011111 10111111
Octal 322 137 277
Decimal 210 95 191
Hex D2 5F BF

RGB Percentages of Color #d25fbf

%42.34
%19.15
%38.51

CMYK Percentages of Color #d25fbf

%0
%55
%9
%18

Triadic Colors of #d25fbf

#d25fbf #bfd25f #5fbfd2

Analogous Colors of #d25fbf

#d25fbf #d25f86 #ac5fd2

Monochromatic Colors of #d25fbf

#d25fbf

Complementary Color

#d25fbf #5fd272

#d25fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25fbf Color CSS Codes

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

#d25fbf Text Font Color

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

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


#d25fbf Background Color

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

This div background color is #d25fbf


#d25fbf Border Color

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

This div border color is #d25fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25fbf


Comments

No comments written yet.

Please login to write comment.