Color Hex Logo

#d65fed Color Hex

#D65FED
(214,95,237)
0 Favorites   0 Comments

Color spaces of #d65fed

RGB 21495237
HSL0.810.800.65
HSV290°60°93°
CMYK 0.100.600.00   0.07
XYZ47.109828.595083.1572
Yxy28.59500.29650.1800
Hunter Lab53.474363.6750-54.7691
CIE-Lab60.422566.2879-51.0512

#d65fed color RGB value is (214,95,237).

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

The process color (four color CMYK) of #d65fed color hex is 0.10, 0.60, 0.00, 0.07. Web safe color of #d65fed is #cc66ff. Color #d65fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011111 11101101
Octal 326 137 355
Decimal 214 95 237
Hex D6 5F ED

RGB Percentages of Color #d65fed

%39.19
%17.40
%43.41

CMYK Percentages of Color #d65fed

%10
%60
%0
%7

Triadic Colors of #d65fed

#d65fed #edd65f #5fedd6

Analogous Colors of #d65fed

#d65fed #ed5fbd #8f5fed

Monochromatic Colors of #d65fed

#d65fed

Complementary Color

#d65fed #76ed5f

#d65fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65fed Color CSS Codes

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

#d65fed Text Font Color

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

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


#d65fed Background Color

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

This div background color is #d65fed


#d65fed Border Color

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

This div border color is #d65fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65fed


Comments

No comments written yet.

Please login to write comment.