Color Hex Logo

#d254fb Color Hex

#D254FB
(210,84,251)
0 Favorites   0 Comments

Color spaces of #d254fb

RGB 21084251
HSL0.790.950.66
HSV285°67°98°
CMYK 0.160.670.00   0.02
XYZ47.161327.007393.9940
Yxy27.00730.28050.1606
Hunter Lab51.968571.0432-70.8581
CIE-Lab58.981172.6452-61.1558

#d254fb color RGB value is (210,84,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010100 11111011
Octal 322 124 373
Decimal 210 84 251
Hex D2 54 FB

RGB Percentages of Color #d254fb

%38.53
%15.41
%46.06

CMYK Percentages of Color #d254fb

%16
%67
%0
%2

Triadic Colors of #d254fb

#d254fb #fbd254 #54fbd2

Analogous Colors of #d254fb

#d254fb #fb54d1 #7f54fb

Monochromatic Colors of #d254fb

#d254fb

Complementary Color

#d254fb #7dfb54

#d254fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d254fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d254fb Color CSS Codes

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

#d254fb Text Font Color

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

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


#d254fb Background Color

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

This div background color is #d254fb


#d254fb Border Color

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

This div border color is #d254fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d254fb


Comments

No comments written yet.

Please login to write comment.