Color Hex Logo

#ef33cb Color Hex

#EF33CB
(239,51,203)
0 Favorites   0 Comments

Color spaces of #ef33cb

RGB 23951203
HSL0.870.850.57
HSV311°79°94°
CMYK 0.000.790.15   0.06
XYZ47.559925.030258.8245
Yxy25.03020.36190.1905
Hunter Lab50.030282.1335-34.6909
CIE-Lab57.104881.8445-36.8478

#ef33cb color RGB value is (239,51,203).

#ef33cb hex color red value is 239, green value is 51 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ef33cb hue: 0.87 , saturation: 0.85 and the lightness value of ef33cb is 0.57.

The process color (four color CMYK) of #ef33cb color hex is 0.00, 0.79, 0.15, 0.06. Web safe color of #ef33cb is #ff33cc. Color #ef33cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110011 11001011
Octal 357 63 313
Decimal 239 51 203
Hex EF 33 CB

RGB Percentages of Color #ef33cb

%48.48
%10.34
%41.18

CMYK Percentages of Color #ef33cb

%0
%79
%15
%6

Triadic Colors of #ef33cb

#ef33cb #cbef33 #33cbef

Analogous Colors of #ef33cb

#ef33cb #ef336d #b533ef

Monochromatic Colors of #ef33cb

#ef33cb

Complementary Color

#ef33cb #33ef57

#ef33cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef33cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef33cb Color CSS Codes

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

#ef33cb Text Font Color

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

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


#ef33cb Background Color

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

This div background color is #ef33cb


#ef33cb Border Color

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

This div border color is #ef33cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef33cb


Comments

No comments written yet.

Please login to write comment.