Color Hex Logo

#e665bc Color Hex

#E665BC
(230,101,188)
0 Favorites   0 Comments

Color spaces of #e665bc

RGB 230101188
HSL0.890.720.65
HSV320°56°90°
CMYK 0.000.560.18   0.10
XYZ46.363929.761250.8778
Yxy29.76120.36510.2343
Hunter Lab54.553856.2334-17.1072
CIE-Lab61.447659.7699-21.6676

#e665bc color RGB value is (230,101,188).

#e665bc hex color red value is 230, green value is 101 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e665bc hue: 0.89 , saturation: 0.72 and the lightness value of e665bc is 0.65.

The process color (four color CMYK) of #e665bc color hex is 0.00, 0.56, 0.18, 0.10. Web safe color of #e665bc is #ff66cc. Color #e665bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100101 10111100
Octal 346 145 274
Decimal 230 101 188
Hex E6 65 BC

RGB Percentages of Color #e665bc

%44.32
%19.46
%36.22

CMYK Percentages of Color #e665bc

%0
%56
%18
%10

Triadic Colors of #e665bc

#e665bc #bce665 #65bce6

Analogous Colors of #e665bc

#e665bc #e6657c #d065e6

Monochromatic Colors of #e665bc

#e665bc

Complementary Color

#e665bc #65e68f

#e665bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e665bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e665bc Color CSS Codes

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

#e665bc Text Font Color

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

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


#e665bc Background Color

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

This div background color is #e665bc


#e665bc Border Color

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

This div border color is #e665bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e665bc


Comments

No comments written yet.

Please login to write comment.