Color Hex Logo

#e67bdf Color Hex

#E67BDF
(230,123,223)
0 Favorites   0 Comments

Color spaces of #e67bdf

RGB 230123223
HSL0.840.680.69
HSV304°47°90°
CMYK 0.000.470.03   0.10
XYZ53.035436.316674.0266
Yxy36.31660.32460.2223
Hunter Lab60.263351.6304-30.6468
CIE-Lab66.761154.9062-33.1706

#e67bdf color RGB value is (230,123,223).

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

The process color (four color CMYK) of #e67bdf color hex is 0.00, 0.47, 0.03, 0.10. Web safe color of #e67bdf is #ff66cc. Color #e67bdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111011 11011111
Octal 346 173 337
Decimal 230 123 223
Hex E6 7B DF

RGB Percentages of Color #e67bdf

%39.93
%21.35
%38.72

CMYK Percentages of Color #e67bdf

%0
%47
%3
%10

Triadic Colors of #e67bdf

#e67bdf #dfe67b #7bdfe6

Analogous Colors of #e67bdf

#e67bdf #e67baa #b87be6

Monochromatic Colors of #e67bdf

#e67bdf

Complementary Color

#e67bdf #7be682

#e67bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67bdf Color CSS Codes

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

#e67bdf Text Font Color

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

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


#e67bdf Background Color

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

This div background color is #e67bdf


#e67bdf Border Color

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

This div border color is #e67bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67bdf


Comments

No comments written yet.

Please login to write comment.