Color Hex Logo

#d74bfa Color Hex

#D74BFA
(215,75,250)
0 Favorites   0 Comments

Color spaces of #d74bfa

RGB 21575250
HSL0.800.950.64
HSV288°70°98°
CMYK 0.140.700.00   0.02
XYZ47.795726.381493.0155
Yxy26.38140.28590.1578
Hunter Lab51.362876.2183-71.4172
CIE-Lab58.397376.9284-61.4991

#d74bfa color RGB value is (215,75,250).

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

The process color (four color CMYK) of #d74bfa color hex is 0.14, 0.70, 0.00, 0.02. Web safe color of #d74bfa is #cc33ff. Color #d74bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001011 11111010
Octal 327 113 372
Decimal 215 75 250
Hex D7 4B FA

RGB Percentages of Color #d74bfa

%39.81
%13.89
%46.30

CMYK Percentages of Color #d74bfa

%14
%70
%0
%2

Triadic Colors of #d74bfa

#d74bfa #fad74b #4bfad7

Analogous Colors of #d74bfa

#d74bfa #fa4bc6 #804bfa

Monochromatic Colors of #d74bfa

#d74bfa

Complementary Color

#d74bfa #6efa4b

#d74bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74bfa Color CSS Codes

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

#d74bfa Text Font Color

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

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


#d74bfa Background Color

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

This div background color is #d74bfa


#d74bfa Border Color

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

This div border color is #d74bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74bfa


Comments

No comments written yet.

Please login to write comment.