Color Hex Logo

#d24afb Color Hex

#D24AFB
(210,74,251)
0 Favorites   0 Comments

Color spaces of #d24afb

RGB 21074251
HSL0.790.960.64
HSV286°71°98°
CMYK 0.160.710.00   0.02
XYZ46.439725.564293.7535
Yxy25.56420.28020.1542
Hunter Lab50.561175.4682-74.5465
CIE-Lab57.621176.4781-63.3381

#d24afb color RGB value is (210,74,251).

#d24afb hex color red value is 210, green value is 74 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d24afb hue: 0.79 , saturation: 0.96 and the lightness value of d24afb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001010 11111011
Octal 322 112 373
Decimal 210 74 251
Hex D2 4A FB

RGB Percentages of Color #d24afb

%39.25
%13.83
%46.92

CMYK Percentages of Color #d24afb

%16
%71
%0
%2

Triadic Colors of #d24afb

#d24afb #fbd24a #4afbd2

Analogous Colors of #d24afb

#d24afb #fb4acc #7a4afb

Monochromatic Colors of #d24afb

#d24afb

Complementary Color

#d24afb #73fb4a

#d24afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24afb Color CSS Codes

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

#d24afb Text Font Color

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

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


#d24afb Background Color

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

This div background color is #d24afb


#d24afb Border Color

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

This div border color is #d24afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24afb

Related Colors


Comments

No comments written yet.

Please login to write comment.