Color Hex Logo

#d265fb Color Hex

#D265FB
(210,101,251)
0 Favorites   0 Comments

Color spaces of #d265fb

RGB 210101251
HSL0.790.950.69
HSV284°60°98°
CMYK 0.160.600.00   0.02
XYZ48.644629.974094.4885
Yxy29.97400.28100.1732
Hunter Lab54.748562.7891-64.0025
CIE-Lab61.631865.3269-56.9190

#d265fb color RGB value is (210,101,251).

#d265fb hex color red value is 210, green value is 101 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d265fb hue: 0.79 , saturation: 0.95 and the lightness value of d265fb is 0.69.

The process color (four color CMYK) of #d265fb color hex is 0.16, 0.60, 0.00, 0.02. Web safe color of #d265fb is #cc66ff. Color #d265fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100101 11111011
Octal 322 145 373
Decimal 210 101 251
Hex D2 65 FB

RGB Percentages of Color #d265fb

%37.37
%17.97
%44.66

CMYK Percentages of Color #d265fb

%16
%60
%0
%2

Triadic Colors of #d265fb

#d265fb #fbd265 #65fbd2

Analogous Colors of #d265fb

#d265fb #fb65d9 #8765fb

Monochromatic Colors of #d265fb

#d265fb

Complementary Color

#d265fb #8efb65

#d265fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d265fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d265fb Color CSS Codes

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

#d265fb Text Font Color

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

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


#d265fb Background Color

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

This div background color is #d265fb


#d265fb Border Color

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

This div border color is #d265fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d265fb


Comments

No comments written yet.

Please login to write comment.