Color Hex Logo

#d71cfd Color Hex

#D71CFD
(215,28,253)
0 Favorites   0 Comments

Color spaces of #d71cfd

RGB 21528253
HSL0.810.980.55
HSV290°89°99°
CMYK 0.150.890.00   0.01
XYZ46.169222.369494.8128
Yxy22.36940.28260.1369
Hunter Lab47.296391.4777-85.7486
CIE-Lab54.416889.5236-69.5766

#d71cfd color RGB value is (215,28,253).

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

The process color (four color CMYK) of #d71cfd color hex is 0.15, 0.89, 0.00, 0.01. Web safe color of #d71cfd is #cc33ff. Color #d71cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011100 11111101
Octal 327 34 375
Decimal 215 28 253
Hex D7 1C FD

RGB Percentages of Color #d71cfd

%43.35
%5.65
%51.01

CMYK Percentages of Color #d71cfd

%15
%89
%0
%1

Triadic Colors of #d71cfd

#d71cfd #fdd71c #1cfdd7

Analogous Colors of #d71cfd

#d71cfd #fd1cb3 #671cfd

Monochromatic Colors of #d71cfd

#d71cfd

Complementary Color

#d71cfd #42fd1c

#d71cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71cfd Color CSS Codes

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

#d71cfd Text Font Color

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

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


#d71cfd Background Color

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

This div background color is #d71cfd


#d71cfd Border Color

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

This div border color is #d71cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71cfd


Comments

No comments written yet.

Please login to write comment.