Color Hex Logo

#ef03cd Color Hex

#EF03CD
(239,3,205)
0 Favorites   0 Comments

Color spaces of #ef03cd

RGB 2393205
HSL0.860.980.47
HSV309°99°94°
CMYK 0.000.990.14   0.06
XYZ46.648622.823659.7044
Yxy22.82360.36110.1767
Hunter Lab47.774190.6903-40.6543
CIE-Lab54.890288.8388-41.4743

#ef03cd color RGB value is (239,3,205).

#ef03cd hex color red value is 239, green value is 3 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ef03cd hue: 0.86 , saturation: 0.98 and the lightness value of ef03cd is 0.47.

The process color (four color CMYK) of #ef03cd color hex is 0.00, 0.99, 0.14, 0.06. Web safe color of #ef03cd is #ff00cc. Color #ef03cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000011 11001101
Octal 357 3 315
Decimal 239 3 205
Hex EF 3 CD

RGB Percentages of Color #ef03cd

%53.47
%0.67
%45.86

CMYK Percentages of Color #ef03cd

%0
%99
%14
%6

Triadic Colors of #ef03cd

#ef03cd #cdef03 #03cdef

Analogous Colors of #ef03cd

#ef03cd #ef0357 #9b03ef

Monochromatic Colors of #ef03cd

#ef03cd

Complementary Color

#ef03cd #03ef25

#ef03cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef03cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef03cd Color CSS Codes

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

#ef03cd Text Font Color

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

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


#ef03cd Background Color

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

This div background color is #ef03cd


#ef03cd Border Color

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

This div border color is #ef03cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef03cd


Comments

No comments written yet.

Please login to write comment.