Color Hex Logo

#d765ec Color Hex

#D765EC
(215,101,236)
0 Favorites   0 Comments

Color spaces of #d765ec

RGB 215101236
HSL0.810.780.66
HSV291°57°93°
CMYK 0.090.570.00   0.07
XYZ47.818329.810682.5906
Yxy29.81060.29850.1861
Hunter Lab54.599160.7833-51.4671
CIE-Lab61.490563.6586-48.7938

#d765ec color RGB value is (215,101,236).

#d765ec hex color red value is 215, green value is 101 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d765ec hue: 0.81 , saturation: 0.78 and the lightness value of d765ec is 0.66.

The process color (four color CMYK) of #d765ec color hex is 0.09, 0.57, 0.00, 0.07. Web safe color of #d765ec is #cc66ff. Color #d765ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100101 11101100
Octal 327 145 354
Decimal 215 101 236
Hex D7 65 EC

RGB Percentages of Color #d765ec

%38.95
%18.30
%42.75

CMYK Percentages of Color #d765ec

%9
%57
%0
%7

Triadic Colors of #d765ec

#d765ec #ecd765 #65ecd7

Analogous Colors of #d765ec

#d765ec #ec65be #9465ec

Monochromatic Colors of #d765ec

#d765ec

Complementary Color

#d765ec #7aec65

#d765ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d765ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d765ec Color CSS Codes

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

#d765ec Text Font Color

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

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


#d765ec Background Color

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

This div background color is #d765ec


#d765ec Border Color

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

This div border color is #d765ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d765ec


Comments

No comments written yet.

Please login to write comment.