Color Hex Logo

#d201ff Color Hex

#D201FF
(210,1,255)
0 Favorites   0 Comments

Color spaces of #d201ff

RGB 2101255
HSL0.801.000.50
HSV289°100°100°
CMYK 0.181.000.00   0.00
XYZ44.639220.943396.2975
Yxy20.94330.27580.1294
Hunter Lab45.763994.0266-92.7249
CIE-Lab52.887491.7252-73.2053

#d201ff color RGB value is (210,1,255).

#d201ff hex color red value is 210, green value is 1 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d201ff hue: 0.80 , saturation: 1.00 and the lightness value of d201ff is 0.50.

The process color (four color CMYK) of #d201ff color hex is 0.18, 1.00, 0.00, 0.00. Web safe color of #d201ff is #cc00ff. Color #d201ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00000001 11111111
Octal 322 1 377
Decimal 210 1 255
Hex D2 1 FF

RGB Percentages of Color #d201ff

%45.06
%0.21
%54.72

CMYK Percentages of Color #d201ff

%18
%100
%0
%0

Triadic Colors of #d201ff

#d201ff #ffd201 #01ffd2

Analogous Colors of #d201ff

#d201ff #ff01ad #5301ff

Monochromatic Colors of #d201ff

#d201ff

Complementary Color

#d201ff #2eff01

#d201ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d201ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d201ff Color CSS Codes

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

#d201ff Text Font Color

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

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


#d201ff Background Color

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

This div background color is #d201ff


#d201ff Border Color

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

This div border color is #d201ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,1,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d201ff

Related Colors


Comments

No comments written yet.

Please login to write comment.