Color Hex Logo

#d63fee Color Hex

#D63FEE
(214,63,238)
0 Favorites   0 Comments

Color spaces of #d63fee

RGB 21463238
HSL0.810.840.59
HSV292°74°93°
CMYK 0.100.740.00   0.07
XYZ44.941724.024283.1574
Yxy24.02420.29540.1579
Hunter Lab49.014577.8924-66.2806
CIE-Lab56.112078.7019-58.4833

#d63fee color RGB value is (214,63,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111111 11101110
Octal 326 77 356
Decimal 214 63 238
Hex D6 3F EE

RGB Percentages of Color #d63fee

%41.55
%12.23
%46.21

CMYK Percentages of Color #d63fee

%10
%74
%0
%7

Triadic Colors of #d63fee

#d63fee #eed63f #3feed6

Analogous Colors of #d63fee

#d63fee #ee3faf #7f3fee

Monochromatic Colors of #d63fee

#d63fee

Complementary Color

#d63fee #57ee3f

#d63fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63fee Color CSS Codes

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

#d63fee Text Font Color

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

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


#d63fee Background Color

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

This div background color is #d63fee


#d63fee Border Color

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

This div border color is #d63fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63fee


Comments

No comments written yet.

Please login to write comment.