Color Hex Logo

#d63eed Color Hex

#D63EED
(214,62,237)
0 Favorites   0 Comments

Color spaces of #d63eed

RGB 21462237
HSL0.810.830.59
HSV292°74°93°
CMYK 0.100.740.00   0.07
XYZ44.740223.855882.3673
Yxy23.85580.29640.1580
Hunter Lab48.842478.0339-65.7963
CIE-Lab55.943178.8468-58.1936

#d63eed color RGB value is (214,62,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111110 11101101
Octal 326 76 355
Decimal 214 62 237
Hex D6 3E ED

RGB Percentages of Color #d63eed

%41.72
%12.09
%46.20

CMYK Percentages of Color #d63eed

%10
%74
%0
%7

Triadic Colors of #d63eed

#d63eed #edd63e #3eedd6

Analogous Colors of #d63eed

#d63eed #ed3ead #7f3eed

Monochromatic Colors of #d63eed

#d63eed

Complementary Color

#d63eed #55ed3e

#d63eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63eed Color CSS Codes

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

#d63eed Text Font Color

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

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


#d63eed Background Color

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

This div background color is #d63eed


#d63eed Border Color

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

This div border color is #d63eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,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 #d63eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63eed


Comments

No comments written yet.

Please login to write comment.