Color Hex Logo

#d25fbc Color Hex

#D25FBC
(210,95,188)
0 Favorites   0 Comments

Color spaces of #d25fbc

RGB 21095188
HSL0.870.560.60
HSV311°55°82°
CMYK 0.000.550.10   0.18
XYZ39.747725.516950.4073
Yxy25.51690.34360.2206
Hunter Lab50.514352.0548-23.8045
CIE-Lab57.575656.7686-27.8636

#d25fbc color RGB value is (210,95,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011111 10111100
Octal 322 137 274
Decimal 210 95 188
Hex D2 5F BC

RGB Percentages of Color #d25fbc

%42.60
%19.27
%38.13

CMYK Percentages of Color #d25fbc

%0
%55
%10
%18

Triadic Colors of #d25fbc

#d25fbc #bcd25f #5fbcd2

Analogous Colors of #d25fbc

#d25fbc #d25f83 #af5fd2

Monochromatic Colors of #d25fbc

#d25fbc

Complementary Color

#d25fbc #5fd275

#d25fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25fbc Color CSS Codes

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

#d25fbc Text Font Color

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

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


#d25fbc Background Color

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

This div background color is #d25fbc


#d25fbc Border Color

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

This div border color is #d25fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25fbc


Comments

No comments written yet.

Please login to write comment.