Color Hex Logo

#d74feb Color Hex

#D74FEB
(215,79,235)
0 Favorites   0 Comments

Color spaces of #d74feb

RGB 21579235
HSL0.810.800.62
HSV292°66°92°
CMYK 0.090.660.00   0.08
XYZ45.815726.037281.2082
Yxy26.03720.29930.1701
Hunter Lab51.026770.9745-58.6405
CIE-Lab58.072372.7611-53.6637

#d74feb color RGB value is (215,79,235).

#d74feb hex color red value is 215, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d74feb hue: 0.81 , saturation: 0.80 and the lightness value of d74feb is 0.62.

The process color (four color CMYK) of #d74feb color hex is 0.09, 0.66, 0.00, 0.08. Web safe color of #d74feb is #cc66ff. Color #d74feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001111 11101011
Octal 327 117 353
Decimal 215 79 235
Hex D7 4F EB

RGB Percentages of Color #d74feb

%40.64
%14.93
%44.42

CMYK Percentages of Color #d74feb

%9
%66
%0
%8

Triadic Colors of #d74feb

#d74feb #ebd74f #4febd7

Analogous Colors of #d74feb

#d74feb #eb4fb1 #894feb

Monochromatic Colors of #d74feb

#d74feb

Complementary Color

#d74feb #63eb4f

#d74feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74feb Color CSS Codes

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

#d74feb Text Font Color

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

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


#d74feb Background Color

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

This div background color is #d74feb


#d74feb Border Color

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

This div border color is #d74feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74feb


Comments

No comments written yet.

Please login to write comment.