Color Hex Logo

#d494f5 Color Hex

#D494F5
(212,148,245)
0 Favorites   0 Comments

Color spaces of #d494f5

RGB 212148245
HSL0.780.830.77
HSV280°40°96°
CMYK 0.130.400.00   0.04
XYZ54.222741.769491.5907
Yxy41.76940.28910.2227
Hunter Lab64.629336.6569-38.7836
CIE-Lab70.711640.9272-39.2936

#d494f5 color RGB value is (212,148,245).

#d494f5 hex color red value is 212, green value is 148 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d494f5 hue: 0.78 , saturation: 0.83 and the lightness value of d494f5 is 0.77.

The process color (four color CMYK) of #d494f5 color hex is 0.13, 0.40, 0.00, 0.04. Web safe color of #d494f5 is #cc99ff. Color #d494f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010100 11110101
Octal 324 224 365
Decimal 212 148 245
Hex D4 94 F5

RGB Percentages of Color #d494f5

%35.04
%24.46
%40.50

CMYK Percentages of Color #d494f5

%13
%40
%0
%4

Triadic Colors of #d494f5

#d494f5 #f5d494 #94f5d4

Analogous Colors of #d494f5

#d494f5 #f594e6 #a494f5

Monochromatic Colors of #d494f5

#d494f5

Complementary Color

#d494f5 #b5f594

#d494f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d494f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d494f5 Color CSS Codes

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

#d494f5 Text Font Color

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

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


#d494f5 Background Color

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

This div background color is #d494f5


#d494f5 Border Color

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

This div border color is #d494f5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,148,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d494f5


Comments

No comments written yet.

Please login to write comment.