Color Hex Logo

#ed68ef Color Hex

#ED68EF
(237,104,239)
0 Favorites   0 Comments

Color spaces of #ed68ef

RGB 237104239
HSL0.830.810.67
HSV299°56°94°
CMYK 0.010.560.00   0.06
XYZ55.455434.137185.3277
Yxy34.13710.31700.1952
Hunter Lab58.427067.1744-45.6892
CIE-Lab65.071268.3582-44.6131

#ed68ef color RGB value is (237,104,239).

#ed68ef hex color red value is 237, green value is 104 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ed68ef hue: 0.83 , saturation: 0.81 and the lightness value of ed68ef is 0.67.

The process color (four color CMYK) of #ed68ef color hex is 0.01, 0.56, 0.00, 0.06. Web safe color of #ed68ef is #ff66ff. Color #ed68ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 11101111
Octal 355 150 357
Decimal 237 104 239
Hex ED 68 EF

RGB Percentages of Color #ed68ef

%40.86
%17.93
%41.21

CMYK Percentages of Color #ed68ef

%1
%56
%0
%6

Triadic Colors of #ed68ef

#ed68ef #efed68 #68efed

Analogous Colors of #ed68ef

#ed68ef #ef68ae #aa68ef

Monochromatic Colors of #ed68ef

#ed68ef

Complementary Color

#ed68ef #6aef68

#ed68ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed68ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed68ef Color CSS Codes

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

#ed68ef Text Font Color

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

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


#ed68ef Background Color

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

This div background color is #ed68ef


#ed68ef Border Color

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

This div border color is #ed68ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,104,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed68ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed68ef;
  -webkit-box-shadow: 1px 1px 3px 2px #ed68ef;
  box-shadow:         1px 1px 3px 2px #ed68ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,104,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed68ef


Comments

No comments written yet.

Please login to write comment.