Color Hex Logo

#e706cb Color Hex

#E706CB
(231,6,203)
0 Favorites   0 Comments

Color spaces of #e706cb

RGB 2316203
HSL0.850.950.46
HSV307°97°91°
CMYK 0.000.970.12   0.09
XYZ43.799621.431058.3280
Yxy21.43100.35450.1734
Hunter Lab46.293687.8696-42.2973
CIE-Lab53.418086.9859-42.7448

#e706cb color RGB value is (231,6,203).

#e706cb hex color red value is 231, green value is 6 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e706cb hue: 0.85 , saturation: 0.95 and the lightness value of e706cb is 0.46.

The process color (four color CMYK) of #e706cb color hex is 0.00, 0.97, 0.12, 0.09. Web safe color of #e706cb is #ff00cc. Color #e706cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000110 11001011
Octal 347 6 313
Decimal 231 6 203
Hex E7 6 CB

RGB Percentages of Color #e706cb

%52.50
%1.36
%46.14

CMYK Percentages of Color #e706cb

%0
%97
%12
%9

Triadic Colors of #e706cb

#e706cb #cbe706 #06cbe7

Analogous Colors of #e706cb

#e706cb #e7065b #9306e7

Monochromatic Colors of #e706cb

#e706cb

Complementary Color

#e706cb #06e722

#e706cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e706cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e706cb Color CSS Codes

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

#e706cb Text Font Color

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

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


#e706cb Background Color

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

This div background color is #e706cb


#e706cb Border Color

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

This div border color is #e706cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e706cb


Comments

No comments written yet.

Please login to write comment.