Color Hex Logo

#e67283 Color Hex

#E67283
(230,114,131)
0 Favorites   0 Comments

Color spaces of #e67283

RGB 230114131
HSL0.980.700.67
HSV351°50°90°
CMYK 0.000.500.43   0.10
XYZ42.747230.496325.1061
Yxy30.49630.43460.3101
Hunter Lab55.223541.531711.7016
CIE-Lab62.080146.531011.9797

#e67283 color RGB value is (230,114,131).

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

The process color (four color CMYK) of #e67283 color hex is 0.00, 0.50, 0.43, 0.10. Web safe color of #e67283 is #ff6699. Color #e67283 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110010 10000011
Octal 346 162 203
Decimal 230 114 131
Hex E6 72 83

RGB Percentages of Color #e67283

%48.42
%24.00
%27.58

CMYK Percentages of Color #e67283

%0
%50
%43
%10

Triadic Colors of #e67283

#e67283 #83e672 #7283e6

Analogous Colors of #e67283

#e67283 #e69b72 #e672bd

Monochromatic Colors of #e67283

#e67283

Complementary Color

#e67283 #72e6d5

#e67283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67283 Color CSS Codes

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

#e67283 Text Font Color

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

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


#e67283 Background Color

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

This div background color is #e67283


#e67283 Border Color

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

This div border color is #e67283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67283


Comments

No comments written yet.

Please login to write comment.