Color Hex Logo

#dd03fb Color Hex

#DD03FB
(221,3,251)
0 Favorites   0 Comments

Color spaces of #dd03fb

RGB 2213251
HSL0.810.980.50
HSV293°99°98°
CMYK 0.120.990.00   0.02
XYZ47.263922.402393.0998
Yxy22.40230.29040.1376
Hunter Lab47.331195.4173-83.4912
CIE-Lab54.451392.4570-68.3600

#dd03fb color RGB value is (221,3,251).

#dd03fb hex color red value is 221, green value is 3 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dd03fb hue: 0.81 , saturation: 0.98 and the lightness value of dd03fb is 0.50.

The process color (four color CMYK) of #dd03fb color hex is 0.12, 0.99, 0.00, 0.02. Web safe color of #dd03fb is #cc00ff. Color #dd03fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000011 11111011
Octal 335 3 373
Decimal 221 3 251
Hex DD 3 FB

RGB Percentages of Color #dd03fb

%46.53
%0.63
%52.84

CMYK Percentages of Color #dd03fb

%12
%99
%0
%2

Triadic Colors of #dd03fb

#dd03fb #fbdd03 #03fbdd

Analogous Colors of #dd03fb

#dd03fb #fb039d #6103fb

Monochromatic Colors of #dd03fb

#dd03fb

Complementary Color

#dd03fb #21fb03

#dd03fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd03fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd03fb Color CSS Codes

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

#dd03fb Text Font Color

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

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


#dd03fb Background Color

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

This div background color is #dd03fb


#dd03fb Border Color

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

This div border color is #dd03fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,3,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 #dd03fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd03fb


Comments

No comments written yet.

Please login to write comment.