Color Hex Logo

#d624eb Color Hex

#D624EB
(214,36,235)
0 Favorites   0 Comments

Color spaces of #d624eb

RGB 21436235
HSL0.820.830.53
HSV294°85°92°
CMYK 0.090.850.00   0.08
XYZ43.357821.556180.4728
Yxy21.55610.29820.1483
Hunter Lab46.428585.4442-70.2651
CIE-Lab53.552885.1019-60.9069

#d624eb color RGB value is (214,36,235).

#d624eb hex color red value is 214, green value is 36 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d624eb hue: 0.82 , saturation: 0.83 and the lightness value of d624eb is 0.53.

The process color (four color CMYK) of #d624eb color hex is 0.09, 0.85, 0.00, 0.08. Web safe color of #d624eb is #cc33ff. Color #d624eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100100 11101011
Octal 326 44 353
Decimal 214 36 235
Hex D6 24 EB

RGB Percentages of Color #d624eb

%44.12
%7.42
%48.45

CMYK Percentages of Color #d624eb

%9
%85
%0
%8

Triadic Colors of #d624eb

#d624eb #ebd624 #24ebd6

Analogous Colors of #d624eb

#d624eb #eb249d #7324eb

Monochromatic Colors of #d624eb

#d624eb

Complementary Color

#d624eb #39eb24

#d624eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d624eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d624eb Color CSS Codes

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

#d624eb Text Font Color

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

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


#d624eb Background Color

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

This div background color is #d624eb


#d624eb Border Color

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

This div border color is #d624eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d624eb


Comments

No comments written yet.

Please login to write comment.