Color Hex Logo

#d73bef Color Hex

#D73BEF
(215,59,239)
0 Favorites   0 Comments

Color spaces of #d73bef

RGB 21559239
HSL0.810.850.58
HSV292°75°94°
CMYK 0.100.750.00   0.06
XYZ45.168323.807083.8759
Yxy23.80700.29550.1558
Hunter Lab48.792479.8550-67.7669
CIE-Lab55.894080.2950-59.3841

#d73bef color RGB value is (215,59,239).

#d73bef hex color red value is 215, green value is 59 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d73bef hue: 0.81 , saturation: 0.85 and the lightness value of d73bef is 0.58.

The process color (four color CMYK) of #d73bef color hex is 0.10, 0.75, 0.00, 0.06. Web safe color of #d73bef is #cc33ff. Color #d73bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111011 11101111
Octal 327 73 357
Decimal 215 59 239
Hex D7 3B EF

RGB Percentages of Color #d73bef

%41.91
%11.50
%46.59

CMYK Percentages of Color #d73bef

%10
%75
%0
%6

Triadic Colors of #d73bef

#d73bef #efd73b #3befd7

Analogous Colors of #d73bef

#d73bef #ef3bad #7d3bef

Monochromatic Colors of #d73bef

#d73bef

Complementary Color

#d73bef #53ef3b

#d73bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73bef Color CSS Codes

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

#d73bef Text Font Color

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

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


#d73bef Background Color

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

This div background color is #d73bef


#d73bef Border Color

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

This div border color is #d73bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73bef


Comments

No comments written yet.

Please login to write comment.