Color Hex Logo

#d241eb Color Hex

#D241EB
(210,65,235)
0 Favorites   0 Comments

Color spaces of #d241eb

RGB 21065235
HSL0.810.810.59
HSV291°72°92°
CMYK 0.110.720.00   0.08
XYZ43.464023.480480.8386
Yxy23.48040.29410.1589
Hunter Lab48.456675.3098-64.9921
CIE-Lab55.563876.7481-57.7133

#d241eb color RGB value is (210,65,235).

#d241eb hex color red value is 210, green value is 65 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d241eb hue: 0.81 , saturation: 0.81 and the lightness value of d241eb is 0.59.

The process color (four color CMYK) of #d241eb color hex is 0.11, 0.72, 0.00, 0.08. Web safe color of #d241eb is #cc33ff. Color #d241eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000001 11101011
Octal 322 101 353
Decimal 210 65 235
Hex D2 41 EB

RGB Percentages of Color #d241eb

%41.18
%12.75
%46.08

CMYK Percentages of Color #d241eb

%11
%72
%0
%8

Triadic Colors of #d241eb

#d241eb #ebd241 #41ebd2

Analogous Colors of #d241eb

#d241eb #eb41af #7d41eb

Monochromatic Colors of #d241eb

#d241eb

Complementary Color

#d241eb #5aeb41

#d241eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d241eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d241eb Color CSS Codes

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

#d241eb Text Font Color

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

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


#d241eb Background Color

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

This div background color is #d241eb


#d241eb Border Color

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

This div border color is #d241eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d241eb


Comments

No comments written yet.

Please login to write comment.