Color Hex Logo

#d739fb Color Hex

#D739FB
(215,57,251)
0 Favorites   0 Comments

Color spaces of #d739fb

RGB 21557251
HSL0.800.960.60
HSV289°77°98°
CMYK 0.140.770.00   0.02
XYZ46.900024.338493.4927
Yxy24.33840.28470.1477
Hunter Lab49.334083.3590-77.8266
CIE-Lab56.425082.9302-65.2236

#d739fb color RGB value is (215,57,251).

#d739fb hex color red value is 215, green value is 57 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d739fb hue: 0.80 , saturation: 0.96 and the lightness value of d739fb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111001 11111011
Octal 327 71 373
Decimal 215 57 251
Hex D7 39 FB

RGB Percentages of Color #d739fb

%41.11
%10.90
%47.99

CMYK Percentages of Color #d739fb

%14
%77
%0
%2

Triadic Colors of #d739fb

#d739fb #fbd739 #39fbd7

Analogous Colors of #d739fb

#d739fb #fb39be #7639fb

Monochromatic Colors of #d739fb

#d739fb

Complementary Color

#d739fb #5dfb39

#d739fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d739fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d739fb Color CSS Codes

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

#d739fb Text Font Color

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

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


#d739fb Background Color

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

This div background color is #d739fb


#d739fb Border Color

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

This div border color is #d739fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d739fb


Comments

No comments written yet.

Please login to write comment.