Color Hex Logo

#d24efc Color Hex

#D24EFC
(210,78,252)
0 Favorites   0 Comments

Color spaces of #d24efc

RGB 21078252
HSL0.790.970.65
HSV286°69°99°
CMYK 0.170.690.00   0.01
XYZ46.873426.178794.6780
Yxy26.17870.27950.1561
Hunter Lab51.165173.9885-73.8970
CIE-Lab58.206375.1777-62.9524

#d24efc color RGB value is (210,78,252).

#d24efc hex color red value is 210, green value is 78 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d24efc hue: 0.79 , saturation: 0.97 and the lightness value of d24efc is 0.65.

The process color (four color CMYK) of #d24efc color hex is 0.17, 0.69, 0.00, 0.01. Web safe color of #d24efc is #cc66ff. Color #d24efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001110 11111100
Octal 322 116 374
Decimal 210 78 252
Hex D2 4E FC

RGB Percentages of Color #d24efc

%38.89
%14.44
%46.67

CMYK Percentages of Color #d24efc

%17
%69
%0
%1

Triadic Colors of #d24efc

#d24efc #fcd24e #4efcd2

Analogous Colors of #d24efc

#d24efc #fc4ecf #7b4efc

Monochromatic Colors of #d24efc

#d24efc

Complementary Color

#d24efc #78fc4e

#d24efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24efc Color CSS Codes

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

#d24efc Text Font Color

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

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


#d24efc Background Color

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

This div background color is #d24efc


#d24efc Border Color

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

This div border color is #d24efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24efc

Related Colors


Comments

No comments written yet.

Please login to write comment.