Color Hex Logo

#d65abf Color Hex

#D65ABF
(214,90,191)
0 Favorites   0 Comments

Color spaces of #d65abf

RGB 21490191
HSL0.860.600.60
HSV311°58°84°
CMYK 0.000.580.11   0.16
XYZ40.791725.370152.0372
Yxy25.37010.34510.2146
Hunter Lab50.368756.4150-25.9959
CIE-Lab57.434360.6233-29.7572

#d65abf color RGB value is (214,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011010 10111111
Octal 326 132 277
Decimal 214 90 191
Hex D6 5A BF

RGB Percentages of Color #d65abf

%43.23
%18.18
%38.59

CMYK Percentages of Color #d65abf

%0
%58
%11
%16

Triadic Colors of #d65abf

#d65abf #bfd65a #5abfd6

Analogous Colors of #d65abf

#d65abf #d65a81 #af5ad6

Monochromatic Colors of #d65abf

#d65abf

Complementary Color

#d65abf #5ad671

#d65abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65abf Color CSS Codes

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

#d65abf Text Font Color

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

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


#d65abf Background Color

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

This div background color is #d65abf


#d65abf Border Color

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

This div border color is #d65abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65abf


Comments

No comments written yet.

Please login to write comment.