Color Hex Logo

#d770fa Color Hex

#D770FA
(215,112,250)
0 Favorites   0 Comments

Color spaces of #d770fa

RGB 215112250
HSL0.790.930.71
HSV285°55°98°
CMYK 0.140.550.00   0.02
XYZ51.073832.937594.1082
Yxy32.93750.28670.1849
Hunter Lab57.391258.4168-57.0479
CIE-Lab64.110361.1934-52.3894

#d770fa color RGB value is (215,112,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110000 11111010
Octal 327 160 372
Decimal 215 112 250
Hex D7 70 FA

RGB Percentages of Color #d770fa

%37.26
%19.41
%43.33

CMYK Percentages of Color #d770fa

%14
%55
%0
%2

Triadic Colors of #d770fa

#d770fa #fad770 #70fad7

Analogous Colors of #d770fa

#d770fa #fa70d8 #9270fa

Monochromatic Colors of #d770fa

#d770fa

Complementary Color

#d770fa #93fa70

#d770fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d770fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d770fa Color CSS Codes

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

#d770fa Text Font Color

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

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


#d770fa Background Color

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

This div background color is #d770fa


#d770fa Border Color

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

This div border color is #d770fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d770fa


Comments

No comments written yet.

Please login to write comment.