Color Hex Logo

#d743bf Color Hex

#D743BF
(215,67,191)
0 Favorites   0 Comments

Color spaces of #d743bf

RGB 21567191
HSL0.860.650.55
HSV310°69°84°
CMYK 0.000.690.11   0.16
XYZ39.435522.223051.5012
Yxy22.22300.34850.1964
Hunter Lab47.141366.8249-31.7746
CIE-Lab54.262870.0664-34.6865

#d743bf color RGB value is (215,67,191).

#d743bf hex color red value is 215, green value is 67 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d743bf hue: 0.86 , saturation: 0.65 and the lightness value of d743bf is 0.55.

The process color (four color CMYK) of #d743bf color hex is 0.00, 0.69, 0.11, 0.16. Web safe color of #d743bf is #cc33cc. Color #d743bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000011 10111111
Octal 327 103 277
Decimal 215 67 191
Hex D7 43 BF

RGB Percentages of Color #d743bf

%45.45
%14.16
%40.38

CMYK Percentages of Color #d743bf

%0
%69
%11
%16

Triadic Colors of #d743bf

#d743bf #bfd743 #43bfd7

Analogous Colors of #d743bf

#d743bf #d74375 #a543d7

Monochromatic Colors of #d743bf

#d743bf

Complementary Color

#d743bf #43d75b

#d743bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d743bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d743bf Color CSS Codes

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

#d743bf Text Font Color

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

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


#d743bf Background Color

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

This div background color is #d743bf


#d743bf Border Color

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

This div border color is #d743bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,67,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d743bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d743bf;
  -webkit-box-shadow: 1px 1px 3px 2px #d743bf;
  box-shadow:         1px 1px 3px 2px #d743bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,67,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d743bf


Comments

No comments written yet.

Please login to write comment.