Color Hex Logo

#d24dff Color Hex

#D24DFF
(210,77,255)
0 Favorites   0 Comments

Color spaces of #d24dff

RGB 21077255
HSL0.791.000.65
HSV285°70°100°
CMYK 0.180.700.00   0.00
XYZ47.282226.229497.1785
Yxy26.22940.27700.1537
Hunter Lab51.214675.1685-76.6510
CIE-Lab58.254276.1164-64.5359

#d24dff color RGB value is (210,77,255).

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

The process color (four color CMYK) of #d24dff color hex is 0.18, 0.70, 0.00, 0.00. Web safe color of #d24dff is #cc66ff. Color #d24dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001101 11111111
Octal 322 115 377
Decimal 210 77 255
Hex D2 4D FF

RGB Percentages of Color #d24dff

%38.75
%14.21
%47.05

CMYK Percentages of Color #d24dff

%18
%70
%0
%0

Triadic Colors of #d24dff

#d24dff #ffd24d #4dffd2

Analogous Colors of #d24dff

#d24dff #ff4dd3 #794dff

Monochromatic Colors of #d24dff

#d24dff

Complementary Color

#d24dff #7aff4d

#d24dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24dff Color CSS Codes

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

#d24dff Text Font Color

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

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


#d24dff Background Color

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

This div background color is #d24dff


#d24dff Border Color

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

This div border color is #d24dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24dff


Comments

No comments written yet.

Please login to write comment.