Color Hex Logo

#d554fb Color Hex

#D554FB
(213,84,251)
0 Favorites   0 Comments

Color spaces of #d554fb

RGB 21384251
HSL0.800.950.66
HSV286°67°98°
CMYK 0.150.670.00   0.02
XYZ48.023527.451894.0344
Yxy27.45180.28330.1619
Hunter Lab52.394571.9185-69.7340
CIE-Lab59.390273.2794-60.4777

#d554fb color RGB value is (213,84,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010100 11111011
Octal 325 124 373
Decimal 213 84 251
Hex D5 54 FB

RGB Percentages of Color #d554fb

%38.87
%15.33
%45.80

CMYK Percentages of Color #d554fb

%15
%67
%0
%2

Triadic Colors of #d554fb

#d554fb #fbd554 #54fbd5

Analogous Colors of #d554fb

#d554fb #fb54ce #8254fb

Monochromatic Colors of #d554fb

#d554fb

Complementary Color

#d554fb #7afb54

#d554fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d554fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d554fb Color CSS Codes

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

#d554fb Text Font Color

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

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


#d554fb Background Color

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

This div background color is #d554fb


#d554fb Border Color

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

This div border color is #d554fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d554fb


Comments

No comments written yet.

Please login to write comment.