Color Hex Logo

#d562fe Color Hex

#D562FE
(213,98,254)
0 Favorites   0 Comments

Color spaces of #d562fe

RGB 21398254
HSL0.790.990.69
HSV284°61°100°
CMYK 0.160.610.00   0.00
XYZ49.697630.037396.9443
Yxy30.03730.28130.1700
Hunter Lab54.806365.9503-66.5109
CIE-Lab61.686467.9568-58.4634

#d562fe color RGB value is (213,98,254).

#d562fe hex color red value is 213, green value is 98 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d562fe hue: 0.79 , saturation: 0.99 and the lightness value of d562fe is 0.69.

The process color (four color CMYK) of #d562fe color hex is 0.16, 0.61, 0.00, 0.00. Web safe color of #d562fe is #cc66ff. Color #d562fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100010 11111110
Octal 325 142 376
Decimal 213 98 254
Hex D5 62 FE

RGB Percentages of Color #d562fe

%37.70
%17.35
%44.96

CMYK Percentages of Color #d562fe

%16
%61
%0
%0

Triadic Colors of #d562fe

#d562fe #fed562 #62fed5

Analogous Colors of #d562fe

#d562fe #fe62d9 #8762fe

Monochromatic Colors of #d562fe

#d562fe

Complementary Color

#d562fe #8bfe62

#d562fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d562fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d562fe Color CSS Codes

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

#d562fe Text Font Color

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

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


#d562fe Background Color

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

This div background color is #d562fe


#d562fe Border Color

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

This div border color is #d562fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,98,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d562fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d562fe;
  -webkit-box-shadow: 1px 1px 3px 2px #d562fe;
  box-shadow:         1px 1px 3px 2px #d562fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,98,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d562fe

Related Colors


Comments

No comments written yet.

Please login to write comment.