Color Hex Logo

#d558fb Color Hex

#D558FB
(213,88,251)
0 Favorites   0 Comments

Color spaces of #d558fb

RGB 21388251
HSL0.790.950.66
HSV286°65°98°
CMYK 0.150.650.00   0.02
XYZ48.342928.090694.1409
Yxy28.09060.28340.1647
Hunter Lab53.000670.0625-68.2120
CIE-Lab59.970571.6590-59.5490

#d558fb color RGB value is (213,88,251).

#d558fb hex color red value is 213, green value is 88 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d558fb hue: 0.79 , saturation: 0.95 and the lightness value of d558fb is 0.66.

The process color (four color CMYK) of #d558fb color hex is 0.15, 0.65, 0.00, 0.02. Web safe color of #d558fb is #cc66ff. Color #d558fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011000 11111011
Octal 325 130 373
Decimal 213 88 251
Hex D5 58 FB

RGB Percentages of Color #d558fb

%38.59
%15.94
%45.47

CMYK Percentages of Color #d558fb

%15
%65
%0
%2

Triadic Colors of #d558fb

#d558fb #fbd558 #58fbd5

Analogous Colors of #d558fb

#d558fb #fb58d0 #8458fb

Monochromatic Colors of #d558fb

#d558fb

Complementary Color

#d558fb #7efb58

#d558fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d558fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d558fb Color CSS Codes

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

#d558fb Text Font Color

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

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


#d558fb Background Color

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

This div background color is #d558fb


#d558fb Border Color

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

This div border color is #d558fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d558fb

Related Colors


Comments

No comments written yet.

Please login to write comment.