Color Hex Logo

#d65be1 Color Hex

#D65BE1
(214,91,225)
0 Favorites   0 Comments

Color spaces of #d65be1

RGB 21491225
HSL0.820.690.62
HSV295°60°88°
CMYK 0.050.600.00   0.12
XYZ45.063227.214674.1120
Yxy27.21460.30780.1859
Hunter Lab52.167662.8978-47.7131
CIE-Lab59.172465.8611-46.3222

#d65be1 color RGB value is (214,91,225).

#d65be1 hex color red value is 214, green value is 91 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d65be1 hue: 0.82 , saturation: 0.69 and the lightness value of d65be1 is 0.62.

The process color (four color CMYK) of #d65be1 color hex is 0.05, 0.60, 0.00, 0.12. Web safe color of #d65be1 is #cc66cc. Color #d65be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011011 11100001
Octal 326 133 341
Decimal 214 91 225
Hex D6 5B E1

RGB Percentages of Color #d65be1

%40.38
%17.17
%42.45

CMYK Percentages of Color #d65be1

%5
%60
%0
%12

Triadic Colors of #d65be1

#d65be1 #e1d65b #5be1d6

Analogous Colors of #d65be1

#d65be1 #e15ba9 #935be1

Monochromatic Colors of #d65be1

#d65be1

Complementary Color

#d65be1 #66e15b

#d65be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65be1 Color CSS Codes

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

#d65be1 Text Font Color

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

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


#d65be1 Background Color

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

This div background color is #d65be1


#d65be1 Border Color

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

This div border color is #d65be1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,91,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65be1


Comments

No comments written yet.

Please login to write comment.