Color Hex Logo

#d545fb Color Hex

#D545FB
(213,69,251)
0 Favorites   0 Comments

Color spaces of #d545fb

RGB 21369251
HSL0.800.960.63
HSV287°73°98°
CMYK 0.150.730.00   0.02
XYZ46.981325.367493.6870
Yxy25.36740.28300.1528
Hunter Lab50.366178.3636-75.0304
CIE-Lab57.431778.8195-63.6196

#d545fb color RGB value is (213,69,251).

#d545fb hex color red value is 213, green value is 69 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d545fb hue: 0.80 , saturation: 0.96 and the lightness value of d545fb is 0.63.

The process color (four color CMYK) of #d545fb color hex is 0.15, 0.73, 0.00, 0.02. Web safe color of #d545fb is #cc33ff. Color #d545fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000101 11111011
Octal 325 105 373
Decimal 213 69 251
Hex D5 45 FB

RGB Percentages of Color #d545fb

%39.96
%12.95
%47.09

CMYK Percentages of Color #d545fb

%15
%73
%0
%2

Triadic Colors of #d545fb

#d545fb #fbd545 #45fbd5

Analogous Colors of #d545fb

#d545fb #fb45c6 #7a45fb

Monochromatic Colors of #d545fb

#d545fb

Complementary Color

#d545fb #6bfb45

#d545fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d545fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d545fb Color CSS Codes

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

#d545fb Text Font Color

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

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


#d545fb Background Color

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

This div background color is #d545fb


#d545fb Border Color

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

This div border color is #d545fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d545fb

Related Colors


Comments

No comments written yet.

Please login to write comment.