Color Hex Logo

#d407ec Color Hex

#D407EC
(212,7,236)
0 Favorites   0 Comments

Color spaces of #d407ec

RGB 2127236
HSL0.820.940.48
HSV294°97°93°
CMYK 0.100.970.00   0.07
XYZ42.367720.205181.0238
Yxy20.20510.29500.1407
Hunter Lab44.950189.5825-75.4068
CIE-Lab52.068388.5483-63.8781

#d407ec color RGB value is (212,7,236).

#d407ec hex color red value is 212, green value is 7 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d407ec hue: 0.82 , saturation: 0.94 and the lightness value of d407ec is 0.48.

The process color (four color CMYK) of #d407ec color hex is 0.10, 0.97, 0.00, 0.07. Web safe color of #d407ec is #cc00ff. Color #d407ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000111 11101100
Octal 324 7 354
Decimal 212 7 236
Hex D4 7 EC

RGB Percentages of Color #d407ec

%46.59
%1.54
%51.87

CMYK Percentages of Color #d407ec

%10
%97
%0
%7

Triadic Colors of #d407ec

#d407ec #ecd407 #07ecd4

Analogous Colors of #d407ec

#d407ec #ec0792 #6107ec

Monochromatic Colors of #d407ec

#d407ec

Complementary Color

#d407ec #1fec07

#d407ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d407ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d407ec Color CSS Codes

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

#d407ec Text Font Color

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

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


#d407ec Background Color

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

This div background color is #d407ec


#d407ec Border Color

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

This div border color is #d407ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d407ec


Comments

No comments written yet.

Please login to write comment.