Color Hex Logo

#d13efb Color Hex

#D13EFB
(209,62,251)
0 Favorites   0 Comments

Color spaces of #d13efb

RGB 20962251
HSL0.800.960.61
HSV287°75°98°
CMYK 0.170.750.00   0.02
XYZ45.429723.965693.4982
Yxy23.96560.27890.1471
Hunter Lab48.954779.9765-78.9693
CIE-Lab56.053380.3596-65.8682

#d13efb color RGB value is (209,62,251).

#d13efb hex color red value is 209, green value is 62 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d13efb hue: 0.80 , saturation: 0.96 and the lightness value of d13efb is 0.61.

The process color (four color CMYK) of #d13efb color hex is 0.17, 0.75, 0.00, 0.02. Web safe color of #d13efb is #cc33ff. Color #d13efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111110 11111011
Octal 321 76 373
Decimal 209 62 251
Hex D1 3E FB

RGB Percentages of Color #d13efb

%40.04
%11.88
%48.08

CMYK Percentages of Color #d13efb

%17
%75
%0
%2

Triadic Colors of #d13efb

#d13efb #fbd13e #3efbd1

Analogous Colors of #d13efb

#d13efb #fb3ec7 #733efb

Monochromatic Colors of #d13efb

#d13efb

Complementary Color

#d13efb #68fb3e

#d13efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13efb Color CSS Codes

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

#d13efb Text Font Color

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

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


#d13efb Background Color

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

This div background color is #d13efb


#d13efb Border Color

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

This div border color is #d13efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13efb


Comments

No comments written yet.

Please login to write comment.