Color Hex Logo

#d755fb Color Hex

#D755FB
(215,85,251)
0 Favorites   0 Comments

Color spaces of #d755fb

RGB 21585251
HSL0.800.950.66
HSV287°66°98°
CMYK 0.140.660.00   0.02
XYZ48.685427.909194.0878
Yxy27.90910.28520.1635
Hunter Lab52.829172.0484-68.6143
CIE-Lab59.806573.3062-59.7959

#d755fb color RGB value is (215,85,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010101 11111011
Octal 327 125 373
Decimal 215 85 251
Hex D7 55 FB

RGB Percentages of Color #d755fb

%39.02
%15.43
%45.55

CMYK Percentages of Color #d755fb

%14
%66
%0
%2

Triadic Colors of #d755fb

#d755fb #fbd755 #55fbd7

Analogous Colors of #d755fb

#d755fb #fb55cc #8455fb

Monochromatic Colors of #d755fb

#d755fb

Complementary Color

#d755fb #79fb55

#d755fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d755fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d755fb Color CSS Codes

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

#d755fb Text Font Color

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

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


#d755fb Background Color

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

This div background color is #d755fb


#d755fb Border Color

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

This div border color is #d755fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d755fb


Comments

No comments written yet.

Please login to write comment.