Color Hex Logo

#d02fdb Color Hex

#D02FDB
(208,47,219)
0 Favorites   0 Comments

Color spaces of #d02fdb

RGB 20847219
HSL0.820.700.52
HSV296°79°86°
CMYK 0.050.790.00   0.14
XYZ39.815120.557468.8873
Yxy20.55740.30800.1590
Hunter Lab45.340377.4025-58.3435
CIE-Lab52.461779.0228-53.6572

#d02fdb color RGB value is (208,47,219).

#d02fdb hex color red value is 208, green value is 47 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d02fdb hue: 0.82 , saturation: 0.70 and the lightness value of d02fdb is 0.52.

The process color (four color CMYK) of #d02fdb color hex is 0.05, 0.79, 0.00, 0.14. Web safe color of #d02fdb is #cc33cc. Color #d02fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101111 11011011
Octal 320 57 333
Decimal 208 47 219
Hex D0 2F DB

RGB Percentages of Color #d02fdb

%43.88
%9.92
%46.20

CMYK Percentages of Color #d02fdb

%5
%79
%0
%14

Triadic Colors of #d02fdb

#d02fdb #dbd02f #2fdbd0

Analogous Colors of #d02fdb

#d02fdb #db2f90 #7a2fdb

Monochromatic Colors of #d02fdb

#d02fdb

Complementary Color

#d02fdb #3adb2f

#d02fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02fdb Color CSS Codes

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

#d02fdb Text Font Color

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

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


#d02fdb Background Color

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

This div background color is #d02fdb


#d02fdb Border Color

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

This div border color is #d02fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02fdb


Comments

No comments written yet.

Please login to write comment.