Color Hex Logo

#e735be Color Hex

#E735BE
(231,53,190)
0 Favorites   0 Comments

Color spaces of #e735be

RGB 23153190
HSL0.870.790.56
HSV314°77°91°
CMYK 0.000.770.18   0.09
XYZ43.522423.252850.9096
Yxy23.25280.36980.1976
Hunter Lab48.221276.7196-28.8407
CIE-Lab55.331877.9204-32.2445

#e735be color RGB value is (231,53,190).

#e735be hex color red value is 231, green value is 53 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e735be hue: 0.87 , saturation: 0.79 and the lightness value of e735be is 0.56.

The process color (four color CMYK) of #e735be color hex is 0.00, 0.77, 0.18, 0.09. Web safe color of #e735be is #ff33cc. Color #e735be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110101 10111110
Octal 347 65 276
Decimal 231 53 190
Hex E7 35 BE

RGB Percentages of Color #e735be

%48.73
%11.18
%40.08

CMYK Percentages of Color #e735be

%0
%77
%18
%9

Triadic Colors of #e735be

#e735be #bee735 #35bee7

Analogous Colors of #e735be

#e735be #e73565 #b735e7

Monochromatic Colors of #e735be

#e735be

Complementary Color

#e735be #35e75e

#e735be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e735be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e735be Color CSS Codes

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

#e735be Text Font Color

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

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


#e735be Background Color

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

This div background color is #e735be


#e735be Border Color

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

This div border color is #e735be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,53,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e735be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e735be;
  -webkit-box-shadow: 1px 1px 3px 2px #e735be;
  box-shadow:         1px 1px 3px 2px #e735be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,53,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e735be


Comments

No comments written yet.

Please login to write comment.