color codes Logo

#d61fdd color codes

#D61FDD
(214,31,221)
0 Favorites   0 Comments

Color spaces of #d61fdd

RGB 21431221
HSL0.830.750.49
HSV298°86°87°
CMYK 0.030.860.00   0.13
XYZ41.272720.496670.1875
Yxy20.49660.31280.1553
Hunter Lab45.273283.4992-60.2267
CIE-Lab52.394183.8248-54.8471

#d61fdd color RGB value is (214,31,221).

#d61fdd hex color red value is 214, green value is 31 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d61fdd hue: 0.83 , saturation: 0.75 and the lightness value of d61fdd is 0.49.

The process color (four color CMYK) of #d61fdd color code is 0.03, 0.86, 0.00, 0.13. Web safe color of #d61fdd is #cc33cc. Color #d61fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011111 11011101
Octal 326 37 335
Decimal 214 31 221
Hex D6 1F DD

RGB Percentages of Color #d61fdd

%45.92
%6.65
%47.42

CMYK Percentages of Color #d61fdd

%3
%86
%0
%13

Triadic Colors of #d61fdd

#d61fdd #ddd61f #1fddd6

Analogous Colors of #d61fdd

#d61fdd #dd1f85 #771fdd

Monochromatic Colors of #d61fdd

#d61fdd

Complementary Color

#d61fdd #26dd1f

#d61fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61fdd Color CSS Codes

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

#d61fdd Text Font Color

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

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


#d61fdd Background Color

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

This div background color is #d61fdd


#d61fdd Border Color

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

This div border color is #d61fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,31,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61fdd


Comments

No comments written yet.

Please login to write comment.