Color Hex Logo

#d765fb Color Hex

#D765FB
(215,101,251)
0 Favorites   0 Comments

Color spaces of #d765fb

RGB 215101251
HSL0.790.950.69
HSV286°60°98°
CMYK 0.140.600.00   0.02
XYZ50.090630.719594.5562
Yxy30.71950.28560.1752
Hunter Lab55.425264.3256-62.3520
CIE-Lab62.270166.4997-55.8639

#d765fb color RGB value is (215,101,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100101 11111011
Octal 327 145 373
Decimal 215 101 251
Hex D7 65 FB

RGB Percentages of Color #d765fb

%37.92
%17.81
%44.27

CMYK Percentages of Color #d765fb

%14
%60
%0
%2

Triadic Colors of #d765fb

#d765fb #fbd765 #65fbd7

Analogous Colors of #d765fb

#d765fb #fb65d4 #8c65fb

Monochromatic Colors of #d765fb

#d765fb

Complementary Color

#d765fb #89fb65

#d765fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d765fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d765fb Color CSS Codes

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

#d765fb Text Font Color

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

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


#d765fb Background Color

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

This div background color is #d765fb


#d765fb Border Color

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

This div border color is #d765fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d765fb


Comments

No comments written yet.

Please login to write comment.