color codes Logo

#d10efd color codes

#D10EFD
(209,14,253)
0 Favorites   0 Comments

Color spaces of #d10efd

RGB 20914253
HSL0.800.980.52
HSV289°94°99°
CMYK 0.170.940.00   0.01
XYZ44.181220.961294.6458
Yxy20.96120.27650.1312
Hunter Lab45.783492.1324-90.5189
CIE-Lab52.907090.3069-72.0675

#d10efd color RGB value is (209,14,253).

#d10efd hex color red value is 209, green value is 14 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d10efd hue: 0.80 , saturation: 0.98 and the lightness value of d10efd is 0.52.

The process color (four color CMYK) of #d10efd color code is 0.17, 0.94, 0.00, 0.01. Web safe color of #d10efd is #cc00ff. Color #d10efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001110 11111101
Octal 321 16 375
Decimal 209 14 253
Hex D1 E FD

RGB Percentages of Color #d10efd

%43.91
%2.94
%53.15

CMYK Percentages of Color #d10efd

%17
%94
%0
%1

Triadic Colors of #d10efd

#d10efd #fdd10e #0efdd1

Analogous Colors of #d10efd

#d10efd #fd0eb2 #5a0efd

Monochromatic Colors of #d10efd

#d10efd

Complementary Color

#d10efd #3afd0e

#d10efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10efd Color CSS Codes

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

#d10efd Text Font Color

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

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


#d10efd Background Color

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

This div background color is #d10efd


#d10efd Border Color

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

This div border color is #d10efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10efd


Comments

No comments written yet.

Please login to write comment.