Color Hex Logo

#e67bca Color Hex

#E67BCA
(230,123,202)
0 Favorites   0 Comments

Color spaces of #e67bca

RGB 230123202
HSL0.880.680.69
HSV316°47°90°
CMYK 0.000.470.12   0.10
XYZ50.376835.253260.0265
Yxy35.25320.34590.2420
Hunter Lab59.374447.5449-18.3791
CIE-Lab65.945351.4261-22.7076

#e67bca color RGB value is (230,123,202).

#e67bca hex color red value is 230, green value is 123 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e67bca hue: 0.88 , saturation: 0.68 and the lightness value of e67bca is 0.69.

The process color (four color CMYK) of #e67bca color hex is 0.00, 0.47, 0.12, 0.10. Web safe color of #e67bca is #ff66cc. Color #e67bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111011 11001010
Octal 346 173 312
Decimal 230 123 202
Hex E6 7B CA

RGB Percentages of Color #e67bca

%41.44
%22.16
%36.40

CMYK Percentages of Color #e67bca

%0
%47
%12
%10

Triadic Colors of #e67bca

#e67bca #cae67b #7bcae6

Analogous Colors of #e67bca

#e67bca #e67b95 #cd7be6

Monochromatic Colors of #e67bca

#e67bca

Complementary Color

#e67bca #7be697

#e67bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67bca Color CSS Codes

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

#e67bca Text Font Color

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

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


#e67bca Background Color

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

This div background color is #e67bca


#e67bca Border Color

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

This div border color is #e67bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67bca


Comments

No comments written yet.

Please login to write comment.