Color Hex Logo

#d453fe Color Hex

#D453FE
(212,83,254)
0 Favorites   0 Comments

Color spaces of #d453fe

RGB 21283254
HSL0.790.990.66
HSV285°67°100°
CMYK 0.170.670.00   0.00
XYZ48.134027.339396.5060
Yxy27.33930.27990.1590
Hunter Lab52.287072.8200-72.8305
CIE-Lab59.287174.0291-62.3097

#d453fe color RGB value is (212,83,254).

#d453fe hex color red value is 212, green value is 83 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d453fe hue: 0.79 , saturation: 0.99 and the lightness value of d453fe is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010011 11111110
Octal 324 123 376
Decimal 212 83 254
Hex D4 53 FE

RGB Percentages of Color #d453fe

%38.62
%15.12
%46.27

CMYK Percentages of Color #d453fe

%17
%67
%0
%0

Triadic Colors of #d453fe

#d453fe #fed453 #53fed4

Analogous Colors of #d453fe

#d453fe #fe53d3 #7f53fe

Monochromatic Colors of #d453fe

#d453fe

Complementary Color

#d453fe #7dfe53

#d453fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d453fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d453fe Color CSS Codes

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

#d453fe Text Font Color

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

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


#d453fe Background Color

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

This div background color is #d453fe


#d453fe Border Color

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

This div border color is #d453fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,83,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d453fe

Related Colors


Comments

No comments written yet.

Please login to write comment.