Color Hex Logo

#e675ec Color Hex

#E675EC
(230,117,236)
0 Favorites   0 Comments

Color spaces of #e675ec

RGB 230117236
HSL0.820.760.69
HSV297°50°93°
CMYK 0.030.500.00   0.07
XYZ54.134735.601783.3755
Yxy35.60170.31270.2057
Hunter Lab59.667257.5316-41.0815
CIE-Lab66.214560.0871-41.2250

#e675ec color RGB value is (230,117,236).

#e675ec hex color red value is 230, green value is 117 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e675ec hue: 0.82 , saturation: 0.76 and the lightness value of e675ec is 0.69.

The process color (four color CMYK) of #e675ec color hex is 0.03, 0.50, 0.00, 0.07. Web safe color of #e675ec is #ff66ff. Color #e675ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110101 11101100
Octal 346 165 354
Decimal 230 117 236
Hex E6 75 EC

RGB Percentages of Color #e675ec

%39.45
%20.07
%40.48

CMYK Percentages of Color #e675ec

%3
%50
%0
%7

Triadic Colors of #e675ec

#e675ec #ece675 #75ece6

Analogous Colors of #e675ec

#e675ec #ec75b7 #ab75ec

Monochromatic Colors of #e675ec

#e675ec

Complementary Color

#e675ec #7bec75

#e675ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e675ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e675ec Color CSS Codes

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

#e675ec Text Font Color

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

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


#e675ec Background Color

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

This div background color is #e675ec


#e675ec Border Color

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

This div border color is #e675ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e675ec


Comments

No comments written yet.

Please login to write comment.