color codes Logo

#ec30ef color codes

#EC30EF
(236,48,239)
0 Favorites   0 Comments

Color spaces of #ec30ef

RGB 23648239
HSL0.830.860.56
HSV299°80°94°
CMYK 0.010.800.00   0.06
XYZ51.229026.178884.0143
Yxy26.17880.31740.1622
Hunter Lab51.165289.1834-61.5397
CIE-Lab58.206487.0525-55.4981

#ec30ef color RGB value is (236,48,239).

#ec30ef hex color red value is 236, green value is 48 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ec30ef hue: 0.83 , saturation: 0.86 and the lightness value of ec30ef is 0.56.

The process color (four color CMYK) of #ec30ef color code is 0.01, 0.80, 0.00, 0.06. Web safe color of #ec30ef is #ff33ff. Color #ec30ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110000 11101111
Octal 354 60 357
Decimal 236 48 239
Hex EC 30 EF

RGB Percentages of Color #ec30ef

%45.12
%9.18
%45.70

CMYK Percentages of Color #ec30ef

%1
%80
%0
%6

Triadic Colors of #ec30ef

#ec30ef #efec30 #30efec

Analogous Colors of #ec30ef

#ec30ef #ef3093 #8d30ef

Monochromatic Colors of #ec30ef

#ec30ef

Complementary Color

#ec30ef #33ef30

#ec30ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec30ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec30ef Color CSS Codes

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

#ec30ef Text Font Color

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

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


#ec30ef Background Color

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

This div background color is #ec30ef


#ec30ef Border Color

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

This div border color is #ec30ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,48,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 #ec30ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec30ef


Comments

No comments written yet.

Please login to write comment.