Color Hex Logo

#d71feb Color Hex

#D71FEB
(215,31,235)
0 Favorites   0 Comments

Color spaces of #d71feb

RGB 21531235
HSL0.820.840.52
HSV294°87°92°
CMYK 0.090.870.00   0.08
XYZ43.509721.425280.4395
Yxy21.42520.29930.1474
Hunter Lab46.287486.7855-70.6347
CIE-Lab53.411786.1590-61.1251

#d71feb color RGB value is (215,31,235).

#d71feb hex color red value is 215, green value is 31 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d71feb hue: 0.82 , saturation: 0.84 and the lightness value of d71feb is 0.52.

The process color (four color CMYK) of #d71feb color hex is 0.09, 0.87, 0.00, 0.08. Web safe color of #d71feb is #cc33ff. Color #d71feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011111 11101011
Octal 327 37 353
Decimal 215 31 235
Hex D7 1F EB

RGB Percentages of Color #d71feb

%44.70
%6.44
%48.86

CMYK Percentages of Color #d71feb

%9
%87
%0
%8

Triadic Colors of #d71feb

#d71feb #ebd71f #1febd7

Analogous Colors of #d71feb

#d71feb #eb1f99 #711feb

Monochromatic Colors of #d71feb

#d71feb

Complementary Color

#d71feb #33eb1f

#d71feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71feb Color CSS Codes

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

#d71feb Text Font Color

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

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


#d71feb Background Color

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

This div background color is #d71feb


#d71feb Border Color

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

This div border color is #d71feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,31,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71feb


Comments

No comments written yet.

Please login to write comment.