Color Hex Logo

#d754fb Color Hex

#D754FB
(215,84,251)
0 Favorites   0 Comments

Color spaces of #d754fb

RGB 21584251
HSL0.800.950.66
HSV287°67°98°
CMYK 0.140.670.00   0.02
XYZ48.607227.752894.0617
Yxy27.75280.28520.1628
Hunter Lab52.680972.5053-68.9855
CIE-Lab59.664773.7030-60.0227

#d754fb color RGB value is (215,84,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010100 11111011
Octal 327 124 373
Decimal 215 84 251
Hex D7 54 FB

RGB Percentages of Color #d754fb

%39.09
%15.27
%45.64

CMYK Percentages of Color #d754fb

%14
%67
%0
%2

Triadic Colors of #d754fb

#d754fb #fbd754 #54fbd7

Analogous Colors of #d754fb

#d754fb #fb54cc #8454fb

Monochromatic Colors of #d754fb

#d754fb

Complementary Color

#d754fb #78fb54

#d754fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d754fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d754fb Color CSS Codes

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

#d754fb Text Font Color

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

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


#d754fb Background Color

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

This div background color is #d754fb


#d754fb Border Color

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

This div border color is #d754fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d754fb


Comments

No comments written yet.

Please login to write comment.