Color Hex Logo

#d63eef Color Hex

#D63EEF
(214,62,239)
0 Favorites   0 Comments

Color spaces of #d63eef

RGB 21462239
HSL0.810.850.59
HSV292°74°94°
CMYK 0.100.740.00   0.06
XYZ45.034223.973483.9151
Yxy23.97340.29450.1568
Hunter Lab48.962678.4937-67.3409
CIE-Lab56.061279.1882-59.1245

#d63eef color RGB value is (214,62,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111110 11101111
Octal 326 76 357
Decimal 214 62 239
Hex D6 3E EF

RGB Percentages of Color #d63eef

%41.55
%12.04
%46.41

CMYK Percentages of Color #d63eef

%10
%74
%0
%6

Triadic Colors of #d63eef

#d63eef #efd63e #3eefd6

Analogous Colors of #d63eef

#d63eef #ef3eb0 #7e3eef

Monochromatic Colors of #d63eef

#d63eef

Complementary Color

#d63eef #57ef3e

#d63eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63eef Color CSS Codes

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

#d63eef Text Font Color

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

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


#d63eef Background Color

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

This div background color is #d63eef


#d63eef Border Color

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

This div border color is #d63eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63eef


Comments

No comments written yet.

Please login to write comment.