Color Hex Logo

#d241dd Color Hex

#D241DD
(210,65,221)
0 Favorites   0 Comments

Color spaces of #d241dd

RGB 21065221
HSL0.820.700.56
HSV296°71°87°
CMYK 0.050.710.00   0.13
XYZ41.519822.702770.6003
Yxy22.70270.30800.1684
Hunter Lab47.647472.1617-54.4984
CIE-Lab54.764874.3604-51.0978

#d241dd color RGB value is (210,65,221).

#d241dd hex color red value is 210, green value is 65 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d241dd hue: 0.82 , saturation: 0.70 and the lightness value of d241dd is 0.56.

The process color (four color CMYK) of #d241dd color hex is 0.05, 0.71, 0.00, 0.13. Web safe color of #d241dd is #cc33cc. Color #d241dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000001 11011101
Octal 322 101 335
Decimal 210 65 221
Hex D2 41 DD

RGB Percentages of Color #d241dd

%42.34
%13.10
%44.56

CMYK Percentages of Color #d241dd

%5
%71
%0
%13

Triadic Colors of #d241dd

#d241dd #ddd241 #41ddd2

Analogous Colors of #d241dd

#d241dd #dd419a #8441dd

Monochromatic Colors of #d241dd

#d241dd

Complementary Color

#d241dd #4cdd41

#d241dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d241dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d241dd Color CSS Codes

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

#d241dd Text Font Color

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

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


#d241dd Background Color

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

This div background color is #d241dd


#d241dd Border Color

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

This div border color is #d241dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d241dd


Comments

No comments written yet.

Please login to write comment.