Color Hex Logo

#d461eb Color Hex

#D461EB
(212,97,235)
0 Favorites   0 Comments

Color spaces of #d461eb

RGB 21297235
HSL0.810.780.65
HSV290°59°92°
CMYK 0.100.590.00   0.08
XYZ46.421528.544681.6602
Yxy28.54460.29640.1822
Hunter Lab53.427161.5966-53.2222
CIE-Lab60.377664.5450-50.0250

#d461eb color RGB value is (212,97,235).

#d461eb hex color red value is 212, green value is 97 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d461eb hue: 0.81 , saturation: 0.78 and the lightness value of d461eb is 0.65.

The process color (four color CMYK) of #d461eb color hex is 0.10, 0.59, 0.00, 0.08. Web safe color of #d461eb is #cc66ff. Color #d461eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100001 11101011
Octal 324 141 353
Decimal 212 97 235
Hex D4 61 EB

RGB Percentages of Color #d461eb

%38.97
%17.83
%43.20

CMYK Percentages of Color #d461eb

%10
%59
%0
%8

Triadic Colors of #d461eb

#d461eb #ebd461 #61ebd4

Analogous Colors of #d461eb

#d461eb #eb61bd #8f61eb

Monochromatic Colors of #d461eb

#d461eb

Complementary Color

#d461eb #78eb61

#d461eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d461eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d461eb Color CSS Codes

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

#d461eb Text Font Color

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

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


#d461eb Background Color

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

This div background color is #d461eb


#d461eb Border Color

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

This div border color is #d461eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d461eb


Comments

No comments written yet.

Please login to write comment.