Color Hex Logo

#e765cd Color Hex

#E765CD
(231,101,205)
0 Favorites   0 Comments

Color spaces of #e765cd

RGB 231101205
HSL0.870.730.65
HSV312°56°91°
CMYK 0.000.560.11   0.09
XYZ48.628130.704161.1211
Yxy30.70410.34620.2186
Hunter Lab55.411359.6792-26.6116
CIE-Lab62.257062.5866-30.0575

#e765cd color RGB value is (231,101,205).

#e765cd hex color red value is 231, green value is 101 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e765cd hue: 0.87 , saturation: 0.73 and the lightness value of e765cd is 0.65.

The process color (four color CMYK) of #e765cd color hex is 0.00, 0.56, 0.11, 0.09. Web safe color of #e765cd is #ff66cc. Color #e765cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100101 11001101
Octal 347 145 315
Decimal 231 101 205
Hex E7 65 CD

RGB Percentages of Color #e765cd

%43.02
%18.81
%38.18

CMYK Percentages of Color #e765cd

%0
%56
%11
%9

Triadic Colors of #e765cd

#e765cd #cde765 #65cde7

Analogous Colors of #e765cd

#e765cd #e7658c #c065e7

Monochromatic Colors of #e765cd

#e765cd

Complementary Color

#e765cd #65e77f

#e765cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e765cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e765cd Color CSS Codes

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

#e765cd Text Font Color

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

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


#e765cd Background Color

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

This div background color is #e765cd


#e765cd Border Color

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

This div border color is #e765cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e765cd


Comments

No comments written yet.

Please login to write comment.