Color Hex Logo

#d073f3 Color Hex

#D073F3
(208,115,243)
0 Favorites   0 Comments

Color spaces of #d073f3

RGB 208115243
HSL0.790.840.70
HSV284°53°95°
CMYK 0.140.530.00   0.05
XYZ48.320832.142488.4513
Yxy32.14240.28610.1903
Hunter Lab56.694352.9214-52.8150
CIE-Lab63.460456.5555-49.6135

#d073f3 color RGB value is (208,115,243).

#d073f3 hex color red value is 208, green value is 115 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #d073f3 hue: 0.79 , saturation: 0.84 and the lightness value of d073f3 is 0.70.

The process color (four color CMYK) of #d073f3 color hex is 0.14, 0.53, 0.00, 0.05. Web safe color of #d073f3 is #cc66ff. Color #d073f3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 11110011
Octal 320 163 363
Decimal 208 115 243
Hex D0 73 F3

RGB Percentages of Color #d073f3

%36.75
%20.32
%42.93

CMYK Percentages of Color #d073f3

%14
%53
%0
%5

Triadic Colors of #d073f3

#d073f3 #f3d073 #73f3d0

Analogous Colors of #d073f3

#d073f3 #f373d6 #9073f3

Monochromatic Colors of #d073f3

#d073f3

Complementary Color

#d073f3 #96f373

#d073f3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d073f3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d073f3 Color CSS Codes

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

#d073f3 Text Font Color

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

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


#d073f3 Background Color

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

This div background color is #d073f3


#d073f3 Border Color

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

This div border color is #d073f3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,115,243, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d073f3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d073f3;
  -webkit-box-shadow: 1px 1px 3px 2px #d073f3;
  box-shadow:         1px 1px 3px 2px #d073f3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,115,243, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d073f3


Comments

No comments written yet.

Please login to write comment.