Color Hex Logo

#d485fa Color Hex

#D485FA
(212,133,250)
0 Favorites   0 Comments

Color spaces of #d485fa

RGB 212133250
HSL0.780.920.75
HSV281°47°98°
CMYK 0.150.470.00   0.02
XYZ52.794237.674294.9318
Yxy37.67420.28480.2032
Hunter Lab61.379346.1194-48.7349
CIE-Lab67.779849.8904-46.6168

#d485fa color RGB value is (212,133,250).

#d485fa hex color red value is 212, green value is 133 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d485fa hue: 0.78 , saturation: 0.92 and the lightness value of d485fa is 0.75.

The process color (four color CMYK) of #d485fa color hex is 0.15, 0.47, 0.00, 0.02. Web safe color of #d485fa is #cc99ff. Color #d485fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000101 11111010
Octal 324 205 372
Decimal 212 133 250
Hex D4 85 FA

RGB Percentages of Color #d485fa

%35.63
%22.35
%42.02

CMYK Percentages of Color #d485fa

%15
%47
%0
%2

Triadic Colors of #d485fa

#d485fa #fad485 #85fad4

Analogous Colors of #d485fa

#d485fa #fa85e6 #9a85fa

Monochromatic Colors of #d485fa

#d485fa

Complementary Color

#d485fa #abfa85

#d485fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d485fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d485fa Color CSS Codes

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

#d485fa Text Font Color

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

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


#d485fa Background Color

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

This div background color is #d485fa


#d485fa Border Color

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

This div border color is #d485fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d485fa


Comments

No comments written yet.

Please login to write comment.