Color Hex Logo

#d002fb Color Hex

#D002FB
(208,2,251)
0 Favorites   0 Comments

Color spaces of #d002fb

RGB 2082251
HSL0.800.980.50
HSV290°99°98°
CMYK 0.170.990.00   0.02
XYZ43.446720.418392.9180
Yxy20.41830.27710.1302
Hunter Lab45.186692.5503-90.2884
CIE-Lab52.306990.7352-71.9335

#d002fb color RGB value is (208,2,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000010 11111011
Octal 320 2 373
Decimal 208 2 251
Hex D0 2 FB

RGB Percentages of Color #d002fb

%45.12
%0.43
%54.45

CMYK Percentages of Color #d002fb

%17
%99
%0
%2

Triadic Colors of #d002fb

#d002fb #fbd002 #02fbd0

Analogous Colors of #d002fb

#d002fb #fb02aa #5402fb

Monochromatic Colors of #d002fb

#d002fb

Complementary Color

#d002fb #2dfb02

#d002fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d002fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d002fb Color CSS Codes

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

#d002fb Text Font Color

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

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


#d002fb Background Color

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

This div background color is #d002fb


#d002fb Border Color

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

This div border color is #d002fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d002fb


Comments

No comments written yet.

Please login to write comment.