Color Hex Logo

#d197f4 Color Hex

#D197F4
(209,151,244)
0 Favorites   0 Comments

Color spaces of #d197f4

RGB 209151244
HSL0.770.810.77
HSV277°38°96°
CMYK 0.140.380.00   0.04
XYZ53.690242.220290.9075
Yxy42.22020.28740.2260
Hunter Lab64.977133.7837-37.4669
CIE-Lab71.022538.2255-38.2871

#d197f4 color RGB value is (209,151,244).

#d197f4 hex color red value is 209, green value is 151 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #d197f4 hue: 0.77 , saturation: 0.81 and the lightness value of d197f4 is 0.77.

The process color (four color CMYK) of #d197f4 color hex is 0.14, 0.38, 0.00, 0.04. Web safe color of #d197f4 is #cc99ff. Color #d197f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010111 11110100
Octal 321 227 364
Decimal 209 151 244
Hex D1 97 F4

RGB Percentages of Color #d197f4

%34.60
%25.00
%40.40

CMYK Percentages of Color #d197f4

%14
%38
%0
%4

Triadic Colors of #d197f4

#d197f4 #f4d197 #97f4d1

Analogous Colors of #d197f4

#d197f4 #f497e9 #a397f4

Monochromatic Colors of #d197f4

#d197f4

Complementary Color

#d197f4 #baf497

#d197f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d197f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d197f4 Color CSS Codes

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

#d197f4 Text Font Color

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

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


#d197f4 Background Color

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

This div background color is #d197f4


#d197f4 Border Color

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

This div border color is #d197f4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d197f4


Comments

No comments written yet.

Please login to write comment.