Color Hex Logo

#e67fbd Color Hex

#E67FBD
(230,127,189)
0 Favorites   0 Comments

Color spaces of #e67fbd

RGB 230127189
HSL0.900.670.70
HSV324°45°90°
CMYK 0.000.450.18   0.10
XYZ49.407835.675952.4262
Yxy35.67590.35930.2594
Hunter Lab59.729343.1281-10.2301
CIE-Lab66.271547.4087-14.9092

#e67fbd color RGB value is (230,127,189).

#e67fbd hex color red value is 230, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e67fbd hue: 0.90 , saturation: 0.67 and the lightness value of e67fbd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111111 10111101
Octal 346 177 275
Decimal 230 127 189
Hex E6 7F BD

RGB Percentages of Color #e67fbd

%42.12
%23.26
%34.62

CMYK Percentages of Color #e67fbd

%0
%45
%18
%10

Triadic Colors of #e67fbd

#e67fbd #bde67f #7fbde6

Analogous Colors of #e67fbd

#e67fbd #e67f8a #dc7fe6

Monochromatic Colors of #e67fbd

#e67fbd

Complementary Color

#e67fbd #7fe6a8

#e67fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67fbd Color CSS Codes

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

#e67fbd Text Font Color

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

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


#e67fbd Background Color

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

This div background color is #e67fbd


#e67fbd Border Color

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

This div border color is #e67fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,127,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 #e67fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67fbd


Comments

No comments written yet.

Please login to write comment.