Color Hex Logo

#d253fa Color Hex

#D253FA
(210,83,250)
0 Favorites   0 Comments

Color spaces of #d253fa

RGB 21083250
HSL0.790.940.65
HSV286°67°98°
CMYK 0.160.670.00   0.02
XYZ46.926926.790393.1402
Yxy26.79030.28120.1606
Hunter Lab51.759371.2557-70.4600
CIE-Lab58.779772.8562-60.9246

#d253fa color RGB value is (210,83,250).

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

The process color (four color CMYK) of #d253fa color hex is 0.16, 0.67, 0.00, 0.02. Web safe color of #d253fa is #cc66ff. Color #d253fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010011 11111010
Octal 322 123 372
Decimal 210 83 250
Hex D2 53 FA

RGB Percentages of Color #d253fa

%38.67
%15.29
%46.04

CMYK Percentages of Color #d253fa

%16
%67
%0
%2

Triadic Colors of #d253fa

#d253fa #fad253 #53fad2

Analogous Colors of #d253fa

#d253fa #fa53cf #7f53fa

Monochromatic Colors of #d253fa

#d253fa

Complementary Color

#d253fa #7bfa53

#d253fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d253fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d253fa Color CSS Codes

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

#d253fa Text Font Color

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

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


#d253fa Background Color

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

This div background color is #d253fa


#d253fa Border Color

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

This div border color is #d253fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d253fa


Comments

No comments written yet.

Please login to write comment.