Color Hex Logo

#d762fa Color Hex

#D762FA
(215,98,250)
0 Favorites   0 Comments

Color spaces of #d762fa

RGB 21598250
HSL0.790.940.68
HSV286°61°98°
CMYK 0.140.610.00   0.02
XYZ49.647330.084693.6327
Yxy30.08460.28640.1735
Hunter Lab54.849465.5839-62.8185
CIE-Lab61.727167.6452-56.1769

#d762fa color RGB value is (215,98,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100010 11111010
Octal 327 142 372
Decimal 215 98 250
Hex D7 62 FA

RGB Percentages of Color #d762fa

%38.19
%17.41
%44.40

CMYK Percentages of Color #d762fa

%14
%61
%0
%2

Triadic Colors of #d762fa

#d762fa #fad762 #62fad7

Analogous Colors of #d762fa

#d762fa #fa62d1 #8b62fa

Monochromatic Colors of #d762fa

#d762fa

Complementary Color

#d762fa #85fa62

#d762fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d762fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d762fa Color CSS Codes

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

#d762fa Text Font Color

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

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


#d762fa Background Color

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

This div background color is #d762fa


#d762fa Border Color

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

This div border color is #d762fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d762fa


Comments

No comments written yet.

Please login to write comment.