Color Hex Logo

#672eda Color Hex

#672EDA
(103,46,218)
0 Favorites   0 Comments

Color spaces of #672eda

RGB 10346218
HSL0.720.700.52
HSV260°79°85°
CMYK 0.530.790.00   0.15
XYZ19.22549.899567.2272
Yxy9.89950.19950.1027
Hunter Lab31.463554.0093-104.6590
CIE-Lab37.661562.2057-77.7843

#672eda color RGB value is (103,46,218).

#672eda hex color red value is 103, green value is 46 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #672eda hue: 0.72 , saturation: 0.70 and the lightness value of 672eda is 0.52.

The process color (four color CMYK) of #672eda color hex is 0.53, 0.79, 0.00, 0.15. Web safe color of #672eda is #6633cc. Color #672eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101110 11011010
Octal 147 56 332
Decimal 103 46 218
Hex 67 2E DA

RGB Percentages of Color #672eda

%28.07
%12.53
%59.40

CMYK Percentages of Color #672eda

%53
%79
%0
%15

Triadic Colors of #672eda

#672eda #da672e #2eda67

Analogous Colors of #672eda

#672eda #bd2eda #2e4bda

Monochromatic Colors of #672eda

#672eda

Complementary Color

#672eda #a1da2e

#672eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#672eda Color CSS Codes

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

#672eda Text Font Color

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

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


#672eda Background Color

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

This div background color is #672eda


#672eda Border Color

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

This div border color is #672eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,46,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #672eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #672eda;
  -webkit-box-shadow: 1px 1px 3px 2px #672eda;
  box-shadow:         1px 1px 3px 2px #672eda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,46,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672eda


Comments

No comments written yet.

Please login to write comment.