Color Hex Logo

#d597fc Color Hex

#D597FC
(213,151,252)
0 Favorites   0 Comments

Color spaces of #d597fc

RGB 213151252
HSL0.770.940.79
HSV277°40°99°
CMYK 0.150.400.00   0.01
XYZ56.077943.307697.4990
Yxy43.30760.28480.2200
Hunter Lab65.808536.9417-41.7755
CIE-Lab71.763241.0709-41.4558

#d597fc color RGB value is (213,151,252).

#d597fc hex color red value is 213, green value is 151 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d597fc hue: 0.77 , saturation: 0.94 and the lightness value of d597fc is 0.79.

The process color (four color CMYK) of #d597fc color hex is 0.15, 0.40, 0.00, 0.01. Web safe color of #d597fc is #cc99ff. Color #d597fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010111 11111100
Octal 325 227 374
Decimal 213 151 252
Hex D5 97 FC

RGB Percentages of Color #d597fc

%34.58
%24.51
%40.91

CMYK Percentages of Color #d597fc

%15
%40
%0
%1

Triadic Colors of #d597fc

#d597fc #fcd597 #97fcd5

Analogous Colors of #d597fc

#d597fc #fc97f1 #a397fc

Monochromatic Colors of #d597fc

#d597fc

Complementary Color

#d597fc #befc97

#d597fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d597fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d597fc Color CSS Codes

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

#d597fc Text Font Color

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

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


#d597fc Background Color

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

This div background color is #d597fc


#d597fc Border Color

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

This div border color is #d597fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,151,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d597fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d597fc

Related Colors


Comments

No comments written yet.

Please login to write comment.