Color Hex Logo

#d504eb Color Hex

#D504EB
(213,4,235)
0 Favorites   0 Comments

Color spaces of #d504eb

RGB 2134235
HSL0.820.970.47
HSV294°98°92°
CMYK 0.090.980.00   0.08
XYZ42.479420.231180.2633
Yxy20.23110.29710.1415
Hunter Lab44.979089.8671-74.3154
CIE-Lab52.097588.7578-63.2590

#d504eb color RGB value is (213,4,235).

#d504eb hex color red value is 213, green value is 4 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d504eb hue: 0.82 , saturation: 0.97 and the lightness value of d504eb is 0.47.

The process color (four color CMYK) of #d504eb color hex is 0.09, 0.98, 0.00, 0.08. Web safe color of #d504eb is #cc00ff. Color #d504eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000100 11101011
Octal 325 4 353
Decimal 213 4 235
Hex D5 4 EB

RGB Percentages of Color #d504eb

%47.12
%0.88
%51.99

CMYK Percentages of Color #d504eb

%9
%98
%0
%8

Triadic Colors of #d504eb

#d504eb #ebd504 #04ebd5

Analogous Colors of #d504eb

#d504eb #eb048e #6204eb

Monochromatic Colors of #d504eb

#d504eb

Complementary Color

#d504eb #1aeb04

#d504eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d504eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d504eb Color CSS Codes

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

#d504eb Text Font Color

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

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


#d504eb Background Color

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

This div background color is #d504eb


#d504eb Border Color

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

This div border color is #d504eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d504eb


Comments

No comments written yet.

Please login to write comment.