Color Hex Logo

#ec6bfc Color Hex

#EC6BFC
(236,107,252)
0 Favorites   0 Comments

Color spaces of #ec6bfc

RGB 236107252
HSL0.810.960.70
HSV293°58°99°
CMYK 0.060.580.00   0.01
XYZ57.420535.376595.8974
Yxy35.37650.30430.1875
Hunter Lab59.478168.2380-53.9593
CIE-Lab66.040769.0572-50.2608

#ec6bfc color RGB value is (236,107,252).

#ec6bfc hex color red value is 236, green value is 107 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ec6bfc hue: 0.81 , saturation: 0.96 and the lightness value of ec6bfc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101011 11111100
Octal 354 153 374
Decimal 236 107 252
Hex EC 6B FC

RGB Percentages of Color #ec6bfc

%39.66
%17.98
%42.35

CMYK Percentages of Color #ec6bfc

%6
%58
%0
%1

Triadic Colors of #ec6bfc

#ec6bfc #fcec6b #6bfcec

Analogous Colors of #ec6bfc

#ec6bfc #fc6bc4 #a46bfc

Monochromatic Colors of #ec6bfc

#ec6bfc

Complementary Color

#ec6bfc #7bfc6b

#ec6bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6bfc Color CSS Codes

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

#ec6bfc Text Font Color

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

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


#ec6bfc Background Color

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

This div background color is #ec6bfc


#ec6bfc Border Color

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

This div border color is #ec6bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6bfc


Comments

No comments written yet.

Please login to write comment.