Color Hex Logo

#d607fd Color Hex

#D607FD
(214,7,253)
0 Favorites   0 Comments

Color spaces of #d607fd

RGB 2147253
HSL0.810.980.51
HSV290°97°99°
CMYK 0.150.970.00   0.01
XYZ45.537221.539994.6861
Yxy21.53990.28150.1332
Hunter Lab46.411193.9195-88.4734
CIE-Lab53.535491.5210-71.0112

#d607fd color RGB value is (214,7,253).

#d607fd hex color red value is 214, green value is 7 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d607fd hue: 0.81 , saturation: 0.98 and the lightness value of d607fd is 0.51.

The process color (four color CMYK) of #d607fd color hex is 0.15, 0.97, 0.00, 0.01. Web safe color of #d607fd is #cc00ff. Color #d607fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000111 11111101
Octal 326 7 375
Decimal 214 7 253
Hex D6 7 FD

RGB Percentages of Color #d607fd

%45.15
%1.48
%53.38

CMYK Percentages of Color #d607fd

%15
%97
%0
%1

Triadic Colors of #d607fd

#d607fd #fdd607 #07fdd6

Analogous Colors of #d607fd

#d607fd #fd07a9 #5b07fd

Monochromatic Colors of #d607fd

#d607fd

Complementary Color

#d607fd #2efd07

#d607fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d607fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d607fd Color CSS Codes

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

#d607fd Text Font Color

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

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


#d607fd Background Color

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

This div background color is #d607fd


#d607fd Border Color

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

This div border color is #d607fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d607fd

Related Colors


Comments

No comments written yet.

Please login to write comment.