Color Hex Logo

#d762fd Color Hex

#D762FD
(215,98,253)
0 Favorites   0 Comments

Color spaces of #d762fd

RGB 21598253
HSL0.790.970.69
HSV285°61°99°
CMYK 0.150.610.00   0.01
XYZ50.121630.274396.1303
Yxy30.27430.28390.1715
Hunter Lab55.022166.3134-65.0714
CIE-Lab61.890268.2207-57.5720

#d762fd color RGB value is (215,98,253).

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

The process color (four color CMYK) of #d762fd color hex is 0.15, 0.61, 0.00, 0.01. Web safe color of #d762fd is #cc66ff. Color #d762fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100010 11111101
Octal 327 142 375
Decimal 215 98 253
Hex D7 62 FD

RGB Percentages of Color #d762fd

%37.99
%17.31
%44.70

CMYK Percentages of Color #d762fd

%15
%61
%0
%1

Triadic Colors of #d762fd

#d762fd #fdd762 #62fdd7

Analogous Colors of #d762fd

#d762fd #fd62d6 #8a62fd

Monochromatic Colors of #d762fd

#d762fd

Complementary Color

#d762fd #88fd62

#d762fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d762fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d762fd Color CSS Codes

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

#d762fd Text Font Color

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

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


#d762fd Background Color

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

This div background color is #d762fd


#d762fd Border Color

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

This div border color is #d762fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,98,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d762fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d762fd


Comments

No comments written yet.

Please login to write comment.