Color Hex Logo

#d658bf Color Hex

#D658BF
(214,88,191)
0 Favorites   0 Comments

Color spaces of #d658bf

RGB 21488191
HSL0.860.610.59
HSV311°59°84°
CMYK 0.000.590.11   0.16
XYZ40.625225.037251.9817
Yxy25.03720.34530.2128
Hunter Lab50.037257.3591-26.5681
CIE-Lab57.111661.5001-30.2578

#d658bf color RGB value is (214,88,191).

#d658bf hex color red value is 214, green value is 88 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d658bf hue: 0.86 , saturation: 0.61 and the lightness value of d658bf is 0.59.

The process color (four color CMYK) of #d658bf color hex is 0.00, 0.59, 0.11, 0.16. Web safe color of #d658bf is #cc66cc. Color #d658bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011000 10111111
Octal 326 130 277
Decimal 214 88 191
Hex D6 58 BF

RGB Percentages of Color #d658bf

%43.41
%17.85
%38.74

CMYK Percentages of Color #d658bf

%0
%59
%11
%16

Triadic Colors of #d658bf

#d658bf #bfd658 #58bfd6

Analogous Colors of #d658bf

#d658bf #d65880 #ae58d6

Monochromatic Colors of #d658bf

#d658bf

Complementary Color

#d658bf #58d66f

#d658bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d658bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d658bf Color CSS Codes

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

#d658bf Text Font Color

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

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


#d658bf Background Color

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

This div background color is #d658bf


#d658bf Border Color

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

This div border color is #d658bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d658bf


Comments

No comments written yet.

Please login to write comment.