Color Hex Logo

#d527fb Color Hex

#D527FB
(213,39,251)
0 Favorites   0 Comments

Color spaces of #d527fb

RGB 21339251
HSL0.800.960.57
HSV289°84°98°
CMYK 0.150.840.00   0.02
XYZ45.578722.562293.2195
Yxy22.56220.28250.1398
Hunter Lab47.499788.1566-83.1086
CIE-Lab54.618586.9712-68.1530

#d527fb color RGB value is (213,39,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100111 11111011
Octal 325 47 373
Decimal 213 39 251
Hex D5 27 FB

RGB Percentages of Color #d527fb

%42.35
%7.75
%49.90

CMYK Percentages of Color #d527fb

%15
%84
%0
%2

Triadic Colors of #d527fb

#d527fb #fbd527 #27fbd5

Analogous Colors of #d527fb

#d527fb #fb27b7 #6b27fb

Monochromatic Colors of #d527fb

#d527fb

Complementary Color

#d527fb #4dfb27

#d527fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d527fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d527fb Color CSS Codes

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

#d527fb Text Font Color

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

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


#d527fb Background Color

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

This div background color is #d527fb


#d527fb Border Color

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

This div border color is #d527fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d527fb


Comments

No comments written yet.

Please login to write comment.