Color Hex Logo

#e606cb Color Hex

#E606CB
(230,6,203)
0 Favorites   0 Comments

Color spaces of #e606cb

RGB 2306203
HSL0.850.950.46
HSV307°97°90°
CMYK 0.000.970.12   0.10
XYZ43.477721.265058.3129
Yxy21.26500.35330.1728
Hunter Lab46.114087.5959-42.6947
CIE-Lab53.238386.8120-43.0406

#e606cb color RGB value is (230,6,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000110 11001011
Octal 346 6 313
Decimal 230 6 203
Hex E6 6 CB

RGB Percentages of Color #e606cb

%52.39
%1.37
%46.24

CMYK Percentages of Color #e606cb

%0
%97
%12
%10

Triadic Colors of #e606cb

#e606cb #cbe606 #06cbe6

Analogous Colors of #e606cb

#e606cb #e6065b #9106e6

Monochromatic Colors of #e606cb

#e606cb

Complementary Color

#e606cb #06e621

#e606cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e606cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e606cb Color CSS Codes

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

#e606cb Text Font Color

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

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


#e606cb Background Color

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

This div background color is #e606cb


#e606cb Border Color

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

This div border color is #e606cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e606cb


Comments

No comments written yet.

Please login to write comment.