Color Hex Logo

#d353fc Color Hex

#D353FC
(211,83,252)
0 Favorites   0 Comments

Color spaces of #d353fc

RGB 21183252
HSL0.790.970.66
HSV285°67°99°
CMYK 0.160.670.00   0.01
XYZ47.527927.063794.8143
Yxy27.06370.28060.1598
Hunter Lab52.022872.0373-71.6432
CIE-Lab59.033273.4434-61.6182

#d353fc color RGB value is (211,83,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010011 11111100
Octal 323 123 374
Decimal 211 83 252
Hex D3 53 FC

RGB Percentages of Color #d353fc

%38.64
%15.20
%46.15

CMYK Percentages of Color #d353fc

%16
%67
%0
%1

Triadic Colors of #d353fc

#d353fc #fcd353 #53fcd3

Analogous Colors of #d353fc

#d353fc #fc53d1 #7f53fc

Monochromatic Colors of #d353fc

#d353fc

Complementary Color

#d353fc #7cfc53

#d353fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d353fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d353fc Color CSS Codes

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

#d353fc Text Font Color

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

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


#d353fc Background Color

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

This div background color is #d353fc


#d353fc Border Color

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

This div border color is #d353fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d353fc

Related Colors


Comments

No comments written yet.

Please login to write comment.