Color Hex Logo

#d503fb Color Hex

#D503FB
(213,3,251)
0 Favorites   0 Comments

Color spaces of #d503fb

RGB 2133251
HSL0.810.980.50
HSV291°99°98°
CMYK 0.150.990.00   0.02
XYZ44.885721.176392.9885
Yxy21.17630.28220.1331
Hunter Lab46.017793.5780-87.5956
CIE-Lab53.141991.3422-70.5418

#d503fb color RGB value is (213,3,251).

#d503fb hex color red value is 213, green value is 3 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d503fb hue: 0.81 , saturation: 0.98 and the lightness value of d503fb is 0.50.

The process color (four color CMYK) of #d503fb color hex is 0.15, 0.99, 0.00, 0.02. Web safe color of #d503fb is #cc00ff. Color #d503fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000011 11111011
Octal 325 3 373
Decimal 213 3 251
Hex D5 3 FB

RGB Percentages of Color #d503fb

%45.61
%0.64
%53.75

CMYK Percentages of Color #d503fb

%15
%99
%0
%2

Triadic Colors of #d503fb

#d503fb #fbd503 #03fbd5

Analogous Colors of #d503fb

#d503fb #fb03a5 #5903fb

Monochromatic Colors of #d503fb

#d503fb

Complementary Color

#d503fb #29fb03

#d503fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d503fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d503fb Color CSS Codes

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

#d503fb Text Font Color

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

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


#d503fb Background Color

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

This div background color is #d503fb


#d503fb Border Color

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

This div border color is #d503fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d503fb


Comments

No comments written yet.

Please login to write comment.