Color Hex Logo

#e675bd Color Hex

#E675BD
(230,117,189)
0 Favorites   0 Comments

Color spaces of #e675bd

RGB 230117189
HSL0.890.690.68
HSV322°49°90°
CMYK 0.000.490.18   0.10
XYZ48.179733.219752.0168
Yxy33.21970.36110.2490
Hunter Lab57.636548.3483-13.1635
CIE-Lab64.338452.3822-17.8331

#e675bd color RGB value is (230,117,189).

#e675bd hex color red value is 230, green value is 117 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e675bd hue: 0.89 , saturation: 0.69 and the lightness value of e675bd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110101 10111101
Octal 346 165 275
Decimal 230 117 189
Hex E6 75 BD

RGB Percentages of Color #e675bd

%42.91
%21.83
%35.26

CMYK Percentages of Color #e675bd

%0
%49
%18
%10

Triadic Colors of #e675bd

#e675bd #bde675 #75bde6

Analogous Colors of #e675bd

#e675bd #e67585 #d775e6

Monochromatic Colors of #e675bd

#e675bd

Complementary Color

#e675bd #75e69e

#e675bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e675bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e675bd Color CSS Codes

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

#e675bd Text Font Color

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

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


#e675bd Background Color

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

This div background color is #e675bd


#e675bd Border Color

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

This div border color is #e675bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e675bd


Comments

No comments written yet.

Please login to write comment.