Color Hex Logo

#d13eff Color Hex

#D13EFF
(209,62,255)
0 Favorites   0 Comments

Color spaces of #d13eff

RGB 20962255
HSL0.791.000.62
HSV286°76°100°
CMYK 0.180.760.00   0.00
XYZ46.067124.220696.8548
Yxy24.22060.27560.1449
Hunter Lab49.214480.9594-82.2336
CIE-Lab56.308081.0818-67.6773

#d13eff color RGB value is (209,62,255).

#d13eff hex color red value is 209, green value is 62 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d13eff hue: 0.79 , saturation: 1.00 and the lightness value of d13eff is 0.62.

The process color (four color CMYK) of #d13eff color hex is 0.18, 0.76, 0.00, 0.00. Web safe color of #d13eff is #cc33ff. Color #d13eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111110 11111111
Octal 321 76 377
Decimal 209 62 255
Hex D1 3E FF

RGB Percentages of Color #d13eff

%39.73
%11.79
%48.48

CMYK Percentages of Color #d13eff

%18
%76
%0
%0

Triadic Colors of #d13eff

#d13eff #ffd13e #3effd1

Analogous Colors of #d13eff

#d13eff #ff3ecd #713eff

Monochromatic Colors of #d13eff

#d13eff

Complementary Color

#d13eff #6cff3e

#d13eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13eff Color CSS Codes

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

#d13eff Text Font Color

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

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


#d13eff Background Color

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

This div background color is #d13eff


#d13eff Border Color

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

This div border color is #d13eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,62,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d13eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d13eff;
  -webkit-box-shadow: 1px 1px 3px 2px #d13eff;
  box-shadow:         1px 1px 3px 2px #d13eff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,62,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13eff

Related Colors


Comments

No comments written yet.

Please login to write comment.