Color Hex Logo

#d74bff Color Hex

#D74BFF
(215,75,255)
0 Favorites   0 Comments

Color spaces of #d74bff

RGB 21575255
HSL0.801.000.65
HSV287°71°100°
CMYK 0.160.710.00   0.00
XYZ48.590426.699297.2002
Yxy26.69920.28170.1548
Hunter Lab51.671377.4323-75.3621
CIE-Lab58.694977.8374-63.7904

#d74bff color RGB value is (215,75,255).

#d74bff hex color red value is 215, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d74bff hue: 0.80 , saturation: 1.00 and the lightness value of d74bff is 0.65.

The process color (four color CMYK) of #d74bff color hex is 0.16, 0.71, 0.00, 0.00. Web safe color of #d74bff is #cc33ff. Color #d74bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001011 11111111
Octal 327 113 377
Decimal 215 75 255
Hex D7 4B FF

RGB Percentages of Color #d74bff

%39.45
%13.76
%46.79

CMYK Percentages of Color #d74bff

%16
%71
%0
%0

Triadic Colors of #d74bff

#d74bff #ffd74b #4bffd7

Analogous Colors of #d74bff

#d74bff #ff4bcd #7d4bff

Monochromatic Colors of #d74bff

#d74bff

Complementary Color

#d74bff #73ff4b

#d74bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74bff Color CSS Codes

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

#d74bff Text Font Color

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

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


#d74bff Background Color

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

This div background color is #d74bff


#d74bff Border Color

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

This div border color is #d74bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74bff


Comments

No comments written yet.

Please login to write comment.