Color Hex Logo

#d260fb Color Hex

#D260FB
(210,96,251)
0 Favorites   0 Comments

Color spaces of #d260fb

RGB 21096251
HSL0.790.950.68
HSV284°62°98°
CMYK 0.160.620.00   0.02
XYZ48.173829.032494.3316
Yxy29.03240.28080.1692
Hunter Lab53.881765.2977-66.0828
CIE-Lab60.810267.5737-58.2298

#d260fb color RGB value is (210,96,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100000 11111011
Octal 322 140 373
Decimal 210 96 251
Hex D2 60 FB

RGB Percentages of Color #d260fb

%37.70
%17.24
%45.06

CMYK Percentages of Color #d260fb

%16
%62
%0
%2

Triadic Colors of #d260fb

#d260fb #fbd260 #60fbd2

Analogous Colors of #d260fb

#d260fb #fb60d7 #8560fb

Monochromatic Colors of #d260fb

#d260fb

Complementary Color

#d260fb #89fb60

#d260fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d260fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d260fb Color CSS Codes

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

#d260fb Text Font Color

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

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


#d260fb Background Color

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

This div background color is #d260fb


#d260fb Border Color

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

This div border color is #d260fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d260fb

Related Colors


Comments

No comments written yet.

Please login to write comment.