Color Hex Logo

#e06bca Color Hex

#E06BCA
(224,107,202)
0 Favorites   0 Comments

Color spaces of #e06bca

RGB 224107202
HSL0.860.650.65
HSV311°52°88°
CMYK 0.000.520.10   0.12
XYZ46.658830.627059.3295
Yxy30.62700.34150.2242
Hunter Lab55.341753.6462-24.8232
CIE-Lab62.191557.3963-28.5425

#e06bca color RGB value is (224,107,202).

#e06bca hex color red value is 224, green value is 107 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e06bca hue: 0.86 , saturation: 0.65 and the lightness value of e06bca is 0.65.

The process color (four color CMYK) of #e06bca color hex is 0.00, 0.52, 0.10, 0.12. Web safe color of #e06bca is #cc66cc. Color #e06bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101011 11001010
Octal 340 153 312
Decimal 224 107 202
Hex E0 6B CA

RGB Percentages of Color #e06bca

%42.03
%20.08
%37.90

CMYK Percentages of Color #e06bca

%0
%52
%10
%12

Triadic Colors of #e06bca

#e06bca #cae06b #6bcae0

Analogous Colors of #e06bca

#e06bca #e06b90 #bc6be0

Monochromatic Colors of #e06bca

#e06bca

Complementary Color

#e06bca #6be081

#e06bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06bca Color CSS Codes

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

#e06bca Text Font Color

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

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


#e06bca Background Color

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

This div background color is #e06bca


#e06bca Border Color

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

This div border color is #e06bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06bca


Comments

No comments written yet.

Please login to write comment.