Color Hex Logo

#d24cff Color Hex

#D24CFF
(210,76,255)
0 Favorites   0 Comments

Color spaces of #d24cff

RGB 21076255
HSL0.791.000.65
HSV285°70°100°
CMYK 0.180.700.00   0.00
XYZ47.212826.090597.1553
Yxy26.09050.27700.1531
Hunter Lab51.078975.6017-77.0182
CIE-Lab58.122976.4885-64.7469

#d24cff color RGB value is (210,76,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001100 11111111
Octal 322 114 377
Decimal 210 76 255
Hex D2 4C FF

RGB Percentages of Color #d24cff

%38.82
%14.05
%47.13

CMYK Percentages of Color #d24cff

%18
%70
%0
%0

Triadic Colors of #d24cff

#d24cff #ffd24c #4cffd2

Analogous Colors of #d24cff

#d24cff #ff4cd3 #794cff

Monochromatic Colors of #d24cff

#d24cff

Complementary Color

#d24cff #79ff4c

#d24cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24cff Color CSS Codes

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

#d24cff Text Font Color

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

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


#d24cff Background Color

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

This div background color is #d24cff


#d24cff Border Color

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

This div border color is #d24cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24cff


Comments

No comments written yet.

Please login to write comment.