Color Hex Logo

#d403ef Color Hex

#D403EF
(212,3,239)
0 Favorites   0 Comments

Color spaces of #d403ef

RGB 2123239
HSL0.810.980.47
HSV293°99°94°
CMYK 0.110.990.00   0.06
XYZ42.763920.294283.3246
Yxy20.29420.29210.1386
Hunter Lab45.049190.6094-78.1308
CIE-Lab52.168289.3045-65.4054

#d403ef color RGB value is (212,3,239).

#d403ef hex color red value is 212, green value is 3 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d403ef hue: 0.81 , saturation: 0.98 and the lightness value of d403ef is 0.47.

The process color (four color CMYK) of #d403ef color hex is 0.11, 0.99, 0.00, 0.06. Web safe color of #d403ef is #cc00ff. Color #d403ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000011 11101111
Octal 324 3 357
Decimal 212 3 239
Hex D4 3 EF

RGB Percentages of Color #d403ef

%46.70
%0.66
%52.64

CMYK Percentages of Color #d403ef

%11
%99
%0
%6

Triadic Colors of #d403ef

#d403ef #efd403 #03efd4

Analogous Colors of #d403ef

#d403ef #ef0394 #5e03ef

Monochromatic Colors of #d403ef

#d403ef

Complementary Color

#d403ef #1eef03

#d403ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d403ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d403ef Color CSS Codes

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

#d403ef Text Font Color

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

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


#d403ef Background Color

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

This div background color is #d403ef


#d403ef Border Color

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

This div border color is #d403ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d403ef


Comments

No comments written yet.

Please login to write comment.