Color Hex Logo

#d24cfa Color Hex

#D24CFA
(210,76,250)
0 Favorites   0 Comments

Color spaces of #d24cfa

RGB 21076250
HSL0.800.950.64
HSV286°70°98°
CMYK 0.160.700.00   0.02
XYZ46.418125.772692.9706
Yxy25.77260.28100.1560
Hunter Lab50.766774.3681-73.0428
CIE-Lab57.820675.5571-62.4630

#d24cfa color RGB value is (210,76,250).

#d24cfa hex color red value is 210, green value is 76 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d24cfa hue: 0.80 , saturation: 0.95 and the lightness value of d24cfa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001100 11111010
Octal 322 114 372
Decimal 210 76 250
Hex D2 4C FA

RGB Percentages of Color #d24cfa

%39.18
%14.18
%46.64

CMYK Percentages of Color #d24cfa

%16
%70
%0
%2

Triadic Colors of #d24cfa

#d24cfa #fad24c #4cfad2

Analogous Colors of #d24cfa

#d24cfa #fa4ccb #7b4cfa

Monochromatic Colors of #d24cfa

#d24cfa

Complementary Color

#d24cfa #74fa4c

#d24cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24cfa Color CSS Codes

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

#d24cfa Text Font Color

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

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


#d24cfa Background Color

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

This div background color is #d24cfa


#d24cfa Border Color

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

This div border color is #d24cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.