Color Hex Logo

#e67ceb Color Hex

#E67CEB
(230,124,235)
0 Favorites   0 Comments

Color spaces of #e67ceb

RGB 230124235
HSL0.830.740.70
HSV297°47°92°
CMYK 0.020.470.00   0.08
XYZ54.836237.236582.8944
Yxy37.23650.31340.2128
Hunter Lab61.021753.6182-37.8268
CIE-Lab67.454156.5265-38.7351

#e67ceb color RGB value is (230,124,235).

#e67ceb hex color red value is 230, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e67ceb hue: 0.83 , saturation: 0.74 and the lightness value of e67ceb is 0.70.

The process color (four color CMYK) of #e67ceb color hex is 0.02, 0.47, 0.00, 0.08. Web safe color of #e67ceb is #ff66ff. Color #e67ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111100 11101011
Octal 346 174 353
Decimal 230 124 235
Hex E6 7C EB

RGB Percentages of Color #e67ceb

%39.05
%21.05
%39.90

CMYK Percentages of Color #e67ceb

%2
%47
%0
%8

Triadic Colors of #e67ceb

#e67ceb #ebe67c #7cebe6

Analogous Colors of #e67ceb

#e67ceb #eb7cb9 #af7ceb

Monochromatic Colors of #e67ceb

#e67ceb

Complementary Color

#e67ceb #81eb7c

#e67ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67ceb Color CSS Codes

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

#e67ceb Text Font Color

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

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


#e67ceb Background Color

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

This div background color is #e67ceb


#e67ceb Border Color

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

This div border color is #e67ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67ceb


Comments

No comments written yet.

Please login to write comment.