Color Hex Logo

#d13eed Color Hex

#D13EED
(209,62,237)
0 Favorites   0 Comments

Color spaces of #d13eed

RGB 20962237
HSL0.810.830.59
HSV290°74°93°
CMYK 0.120.740.00   0.07
XYZ43.303223.115082.3001
Yxy23.11500.29120.1554
Hunter Lab48.078176.6357-67.8381
CIE-Lab55.190677.8809-59.4415

#d13eed color RGB value is (209,62,237).

#d13eed hex color red value is 209, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d13eed hue: 0.81 , saturation: 0.83 and the lightness value of d13eed is 0.59.

The process color (four color CMYK) of #d13eed color hex is 0.12, 0.74, 0.00, 0.07. Web safe color of #d13eed is #cc33ff. Color #d13eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111110 11101101
Octal 321 76 355
Decimal 209 62 237
Hex D1 3E ED

RGB Percentages of Color #d13eed

%41.14
%12.20
%46.65

CMYK Percentages of Color #d13eed

%12
%74
%0
%7

Triadic Colors of #d13eed

#d13eed #edd13e #3eedd1

Analogous Colors of #d13eed

#d13eed #ed3eb2 #7a3eed

Monochromatic Colors of #d13eed

#d13eed

Complementary Color

#d13eed #5aed3e

#d13eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13eed Color CSS Codes

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

#d13eed Text Font Color

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

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


#d13eed Background Color

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

This div background color is #d13eed


#d13eed Border Color

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

This div border color is #d13eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13eed


Comments

No comments written yet.

Please login to write comment.